Html Css Color HEX #9C915B Gurkha

📋 copy color: '#9C915B'

red 156 ◦ green 145 ◦ blue 91

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

Shades of Gurkha #9C915B

Tints of Gurkha #9C915B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.21%

R = 39.8%
G = 36.99%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C915B (or 0x9C915B) is known color: Gurkha. HEX triplet: 9C, 91 and 5B. RGB value is (156,145,91). Sum of RGB (Red+Green+Blue) = 156+145+91=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C915B is #636EA4. Grayscale: #8E8E8E. Windows color (decimal): -6516389 or 6001052. OLE color: 6001052.

HSL color Cylindrical-coordinate representation of color #9C915B: hue angle of 49.85º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C915B is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 145 91 -
CMYK 0 0.07 0.42 0.39
HSL 49.85º 0.26% 0.48% -
HSV(B) 49.85º 0.42% 0.61% -
XYZ 25.72 28.07 13.96 -
YUV 142.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 156 145 91 0 0.07 0.42 0.39 49.85 0.26 0.48
Hex 9C 91 5B 0 7 2A 27 32 1A 30
Octal 234 221 133 0 7 52 47 62 32 60
Binary 10011100 10010001 1011011 0 111 101010 100111 110010 11010 110000

Color Harmonies of #9C915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C915B

Black with #9C915B

Text Example


Text Example

White with #9C915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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