Html Css Color HEX #9C915E Gurkha

📋 copy color: '#9C915E'

red 156 ◦ green 145 ◦ blue 94

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

Shades of Gurkha #9C915E

Tints of Gurkha #9C915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.71%

 BLUE value IS 94 (37.11% from 255) = 23.8%

R = 39.49%
G = 36.71%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C915E (or 0x9C915E) is known color: Gurkha. HEX triplet: 9C, 91 and 5E. RGB value is (156,145,94). Sum of RGB (Red+Green+Blue) = 156+145+94=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C915E is #636EA1. Grayscale: #8E8E8E. Windows color (decimal): -6516386 or 6197660. OLE color: 6197660.

HSL color Cylindrical-coordinate representation of color #9C915E: hue angle of 49.35º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C915E is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 145 94 -
CMYK 0 0.07 0.40 0.39
HSL 49.35º 0.25% 0.49% -
HSV(B) 49.35º 0.4% 0.61% -
XYZ 25.86 28.13 14.66 -
YUV 142.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 156 145 94 0 0.07 0.40 0.39 49.35 0.25 0.49
Hex 9C 91 5E 0 7 28 27 31 19 31
Octal 234 221 136 0 7 50 47 61 31 61
Binary 10011100 10010001 1011110 0 111 101000 100111 110001 11001 110001

Color Harmonies of #9C915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C915E

Black with #9C915E

Text Example


Text Example

White with #9C915E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,145,94); }

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

background-color css

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

 a { background-color: rgb(156,145,94); }

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

border-color css

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

 span { border-color: rgb(156,145,94); }

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