Html Css Color HEX #9C9564 Gurkha

📋 copy color: '#9C9564'

red 156 ◦ green 149 ◦ blue 100

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

Shades of Gurkha #9C9564

Tints of Gurkha #9C9564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.69%

R = 38.52%
G = 36.79%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9C9564 (or 0x9C9564) is known color: Gurkha. HEX triplet: 9C, 95 and 64. RGB value is (156,149,100). Sum of RGB (Red+Green+Blue) = 156+149+100=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 100 (39.45% from 255 or 24.69% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9564 is #636A9B. Grayscale: #919191. Windows color (decimal): -6515356 or 6591900. OLE color: 6591900.

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

Color convert

RGB 156 149 100 -
CMYK 0 0.04 0.36 0.39
HSL 52.5º 0.22% 0.5% -
HSV(B) 52.5º 0.36% 0.61% -
XYZ 26.76 29.48 16.34 -
YUV 145.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 156 149 100 0 0.04 0.36 0.39 52.5 0.22 0.5
Hex 9C 95 64 0 4 24 27 34 16 32
Octal 234 225 144 0 4 44 47 64 26 62
Binary 10011100 10010101 1100100 0 100 100100 100111 110100 10110 110010

Color Harmonies of #9C9564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9564

Black with #9C9564

Text Example


Text Example

White with #9C9564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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