Html Css Color HEX #9C966E Gurkha

📋 copy color: '#9C966E'

red 156 ◦ green 150 ◦ blue 110

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

Shades of Gurkha #9C966E

Tints of Gurkha #9C966E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.06%

 BLUE value IS 110 (43.36% from 255) = 26.44%

R = 37.5%
G = 36.06%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C966E (or 0x9C966E) is known color: Gurkha. HEX triplet: 9C, 96 and 6E. RGB value is (156,150,110). Sum of RGB (Red+Green+Blue) = 156+150+110=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C966E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C966E is #636991. Grayscale: #939393. Windows color (decimal): -6515090 or 7247516. OLE color: 7247516.

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

Color convert

RGB 156 150 110 -
CMYK 0 0.04 0.29 0.39
HSL 52.17º 0.19% 0.52% -
HSV(B) 52.17º 0.29% 0.61% -
XYZ 27.43 30.01 19.1 -
YUV 147.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 156 150 110 0 0.04 0.29 0.39 52.17 0.19 0.52
Hex 9C 96 6E 0 4 1D 27 34 13 34
Octal 234 226 156 0 4 35 47 64 23 64
Binary 10011100 10010110 1101110 0 100 11101 100111 110100 10011 110100

Color Harmonies of #9C966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C966E

Black with #9C966E

Text Example


Text Example

White with #9C966E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,150,110); }

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

background-color css

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

 a { background-color: rgb(156,150,110); }

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

border-color css

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

 span { border-color: rgb(156,150,110); }

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