Html Css Color HEX #9C9060 Gurkha

📋 copy color: '#9C9060'

red 156 ◦ green 144 ◦ blue 96

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

Shades of Gurkha #9C9060

Tints of Gurkha #9C9060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.36%

 BLUE value IS 96 (37.89% from 255) = 24.24%

R = 39.39%
G = 36.36%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9C9060 (or 0x9C9060) is known color: Gurkha. HEX triplet: 9C, 90 and 60. RGB value is (156,144,96). Sum of RGB (Red+Green+Blue) = 156+144+96=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9060 is #636F9F. Grayscale: #8E8E8E. Windows color (decimal): -6516640 or 6328476. OLE color: 6328476.

HSL color Cylindrical-coordinate representation of color #9C9060: hue angle of 48º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C9060 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 144 96 -
CMYK 0 0.08 0.38 0.39
HSL 48º 0.24% 0.49% -
HSV(B) 48º 0.38% 0.61% -
XYZ 25.79 27.86 15.08 -
YUV 142.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 156 144 96 0 0.08 0.38 0.39 48 0.24 0.49
Hex 9C 90 60 0 8 26 27 30 18 31
Octal 234 220 140 0 10 46 47 60 30 61
Binary 10011100 10010000 1100000 0 1000 100110 100111 110000 11000 110001

Color Harmonies of #9C9060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9060

Black with #9C9060

Text Example


Text Example

White with #9C9060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,144,96); }

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

background-color css

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

 a { background-color: rgb(156,144,96); }

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

border-color css

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

 span { border-color: rgb(156,144,96); }

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