Html Css Color HEX #9C976E Gurkha

📋 copy color: '#9C976E'

red 156 ◦ green 151 ◦ blue 110

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

Shades of Gurkha #9C976E

Tints of Gurkha #9C976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.21%

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

R = 37.41%
G = 36.21%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C976E (or 0x9C976E) is known color: Gurkha. HEX triplet: 9C, 97 and 6E. RGB value is (156,151,110). Sum of RGB (Red+Green+Blue) = 156+151+110=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C976E is #636891. Grayscale: #939393. Windows color (decimal): -6514834 or 7247772. OLE color: 7247772.

HSL color Cylindrical-coordinate representation of color #9C976E: hue angle of 53.48º 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 #9C976E is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 151 110 -
CMYK 0 0.03 0.29 0.39
HSL 53.48º 0.19% 0.52% -
HSV(B) 53.48º 0.29% 0.61% -
XYZ 27.59 30.33 19.15 -
YUV 147.82 106.66 133.83 -
System Red Green Blue C M Y K H S L
Decimal 156 151 110 0 0.03 0.29 0.39 53.48 0.19 0.52
Hex 9C 97 6E 0 3 1D 27 35 13 34
Octal 234 227 156 0 3 35 47 65 23 64
Binary 10011100 10010111 1101110 0 11 11101 100111 110101 10011 110100

Color Harmonies of #9C976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C976E

Black with #9C976E

Text Example


Text Example

White with #9C976E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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