Html Css Color HEX #9C9375 Gurkha

📋 copy color: '#9C9375'

red 156 ◦ green 147 ◦ blue 117

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

Shades of Gurkha #9C9375

Tints of Gurkha #9C9375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.86%

R = 37.14%
G = 35%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C9375 (or 0x9C9375) is known color: Gurkha. HEX triplet: 9C, 93 and 75. RGB value is (156,147,117). Sum of RGB (Red+Green+Blue) = 156+147+117=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9375 is #636C8A. Grayscale: #929292. Windows color (decimal): -6515851 or 7705500. OLE color: 7705500.

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

Color convert

RGB 156 147 117 -
CMYK 0 0.06 0.25 0.39
HSL 46.15º 0.16% 0.54% -
HSV(B) 46.15º 0.25% 0.61% -
XYZ 27.35 29.22 21.03 -
YUV 146.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 156 147 117 0 0.06 0.25 0.39 46.15 0.16 0.54
Hex 9C 93 75 0 6 19 27 2E 10 36
Octal 234 223 165 0 6 31 47 56 20 66
Binary 10011100 10010011 1110101 0 110 11001 100111 101110 10000 110110

Color Harmonies of #9C9375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9375

Black with #9C9375

Text Example


Text Example

White with #9C9375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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