COLOR #999065

HEX: #999065 RGB: (153,144,101)

Color info

#999065 contains red, green and blue colors in about the same proportion. Web safe color of #999065 is #999966 (or #996).

RGB color model

#999065 color RGB value is (153,144,101).

RGB: (153,144,101) (60%, 56%, 40%)

RGB channels and saturation

R 153 of 255 = 60%
G 144 of 255 = 56%
B 101 of 255 = 40%

153
144
101

R + G + B ~ 52%. #999065 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 144 + 101 = 398 (100%)
R 153 of 398 ~ 38.44%
G 144 of 398 ~ 36.18%
B 101 of 398 ~ 25.38'%

%38.44
%36.18
%25.38

CMYK color model

#999065 color CMYK value is (0,6,34,40).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 33.99%
  • key color value is 40.00%
CMYK: (0,6,34,40) C0M6Y34K40 (0%,6%,34%,40%) (0.00/0.06/0.34/0.40) 

CMYK percentages

%0
%5.88
%33.99
%40

Codes

Color #999065 in popluar color models

99 90 65
RGB 153 144 101
HSL 50° 20.47% 49.80%
HSB/HSV 50° 33.99% 60.00%
CMYK 0.00% 5.88% 33.99%
40.00%

Color #999065 in popluar number systems.

HEX 99 90 65
Decimal 153 144 101
Binary 10011001 10010000 1100101
Octal 231 220 145

Shades and tints

Shades of #999065

#999065
(153,144,101)
#8C835C
(140,131,92)
#7F7653
(127,118,83)
#72694A
(114,105,74)
#655C41
(101,92,65)
#584F38
(88,79,56)
#4B422F
(75,66,47)
#3E3526
(62,53,38)
#31281D
(49,40,29)
#241B14
(36,27,20)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #999065

#999065
(153,144,101)
#A29A73
(162,154,115)
#ABA481
(171,164,129)
#B4AE8F
(180,174,143)
#BDB89D
(189,184,157)
#C6C2AB
(198,194,171)
#CFCCB9
(207,204,185)
#D8D6C7
(216,214,199)
#E1E0D5
(225,224,213)
#EAEAE3
(234,234,227)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999065 color. Also use rgb(153,144,101) instead hex code.

Text Font Color

.myTextColor { color: #999065; }

<p style="color:#999065">This sample text font color is #999065.</p>

This text font color is #999065.

Background Color

.myBgColor { background-color: #999065; }

<div style="background-color:#999065">Inner text</div>

This div background color is #999065.

Border color

.myBorderColor { border: 1px solid #999065; }

<div style="border:3px solid #999065">Div</div>

This div border color is #999065.

Opacity

.myOpacity80 { color: #999065; opacity: 0.8; }

<p style="color:#999065;opacity:0.8;">80%</p>

Text with #999065 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #999065;}

<p style="text-shadow: 3px 3px 1px #999065">Text here.</p>

This text has shadow with #999065 color.


.textShadow {text-shadow: 3px 3px 1px #999065', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #999065, 5px 5px 20px red">Text here.</p>

This text has shadow with #999065 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#999065, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#999065, Direction=45, Strength=4)">Text</p>

This text has shadow with #999065 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #999065;
-webkit-box-shadow: 1px 1px 3px 2px #999065;
box-shadow: 1px 1px 3px 2px #999065;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #999065; -webkit-box-shadow: 1px 1px 3px 2px #999065; box-shadow:1px 1px 3px 2px #999065;">
Div content here
</div>

This div box has shadow with color #999065.

Preview

Color preview on black background

This text has color #999065 on black background.


Color preview on white background

This text has color #999065 on white background.


Black color preview on #999065 background

This text has black color on #999065 background.


White color preview on #999065 background

This text has white color on #999065 background.


Related colors

Complementary color

Complementary color for #hex is #666F9A.


I love getcolorcode.com

Triadic colors

1 #659990 and #906599 with #999065 are triadic colors.

2 #659099 and #909965 with #999065 are triadic colors.