Html Css Color HEX #9C9566 Gurkha

📋 copy color: '#9C9566'

red 156 ◦ green 149 ◦ blue 102

#9C9566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #9C9566

Tints of Gurkha #9C9566

RGB

 RED value IS 156 (61.33% from 255) = 38.33%

 GREEN value IS 149 (58.59% from 255) = 36.61%

 BLUE value IS 102 (40.23% from 255) = 25.06%

R = 38.33%
G = 36.61%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C9566 (or 0x9C9566) is known color: Gurkha. HEX triplet: 9C, 95 and 66. RGB value is (156,149,102). Sum of RGB (Red+Green+Blue) = 156+149+102=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9566 is #636A99. Grayscale: #919191. Windows color (decimal): -6515354 or 6722972. OLE color: 6722972.

HSL color Cylindrical-coordinate representation of color #9C9566: hue angle of 52.22º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C9566 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 149 102 -
CMYK 0 0.04 0.35 0.39
HSL 52.22º 0.21% 0.51% -
HSV(B) 52.22º 0.35% 0.61% -
XYZ 26.86 29.52 16.85 -
YUV 145.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 156 149 102 0 0.04 0.35 0.39 52.22 0.21 0.51
Hex 9C 95 66 0 4 23 27 34 15 33
Octal 234 225 146 0 4 43 47 64 25 63
Binary 10011100 10010101 1100110 0 100 100011 100111 110100 10101 110011

Color Harmonies of #9C9566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9566

Black with #9C9566

Text Example


Text Example

White with #9C9566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C9566; }

 p { color: rgb(156,149,102); }

 H1.HeaderClassName
 {
   color: #9C9566;
 }
 .AnyTagClassName
 {
   color: #9C9566;
 }
</style>

background-color css

<style>
 a { background-color: #9C9566; }

 a { background-color: rgb(156,149,102); }

 div.DivClassName
 {
   background-color: #9C9566;
 }
 .BgClassName
 {
   background-color: #9C9566;
 }
</style>

border-color css

<style>
 span { border-color: #9C9566; }

 span { border-color: rgb(156,149,102); }

 td.TdClassName
 {
   border-color: #9C9566;
 }
 .TagClassName
 {
   border-color: #9C9566;
 }
</style>