Html Css Color HEX #9C9372 Gurkha

📋 copy color: '#9C9372'

red 156 ◦ green 147 ◦ blue 114

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

Shades of Gurkha #9C9372

Tints of Gurkha #9C9372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.25%

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 37.41%
G = 35.25%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9C9372 (or 0x9C9372) is known color: Gurkha. HEX triplet: 9C, 93 and 72. RGB value is (156,147,114). Sum of RGB (Red+Green+Blue) = 156+147+114=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9372 is #636C8D. Grayscale: #929292. Windows color (decimal): -6515854 or 7508892. OLE color: 7508892.

HSL color Cylindrical-coordinate representation of color #9C9372: hue angle of 47.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9C9372 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 147 114 -
CMYK 0 0.06 0.27 0.39
HSL 47.14º 0.18% 0.53% -
HSV(B) 47.14º 0.27% 0.61% -
XYZ 27.18 29.15 20.11 -
YUV 145.93 109.98 135.18 -
System Red Green Blue C M Y K H S L
Decimal 156 147 114 0 0.06 0.27 0.39 47.14 0.18 0.53
Hex 9C 93 72 0 6 1B 27 2F 12 35
Octal 234 223 162 0 6 33 47 57 22 65
Binary 10011100 10010011 1110010 0 110 11011 100111 101111 10010 110101

Color Harmonies of #9C9372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9372

Black with #9C9372

Text Example


Text Example

White with #9C9372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,147,114); }

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

background-color css

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

 a { background-color: rgb(156,147,114); }

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

border-color css

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

 span { border-color: rgb(156,147,114); }

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