Html Css Color HEX #96917C Gurkha

📋 copy color: '#96917C'

red 150 ◦ green 145 ◦ blue 124

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

Shades of Gurkha #96917C

Tints of Gurkha #96917C

RGB

 RED value IS 150 (58.98% from 255) = 35.8%

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

 BLUE value IS 124 (48.83% from 255) = 29.59%

R = 35.8%
G = 34.61%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96917C (or 0x96917C) is known color: Gurkha. HEX triplet: 96, 91 and 7C. RGB value is (150,145,124). Sum of RGB (Red+Green+Blue) = 150+145+124=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 150 - color contains mainly: red. Hex color #96917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96917C is #696E83. Grayscale: #909090. Windows color (decimal): -6909572 or 8163734. OLE color: 8163734.

HSL color Cylindrical-coordinate representation of color #96917C: hue angle of 48.46º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96917C is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 145 124 -
CMYK 0 0.03 0.17 0.41
HSL 48.46º 0.11% 0.54% -
HSV(B) 48.46º 0.17% 0.59% -
XYZ 26.34 28.19 23.12 -
YUV 144.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 150 145 124 0 0.03 0.17 0.41 48.46 0.11 0.54
Hex 96 91 7C 0 3 11 29 30 B 36
Octal 226 221 174 0 3 21 51 60 13 66
Binary 10010110 10010001 1111100 0 11 10001 101001 110000 1011 110110

Color Harmonies of #96917C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96917C

Black with #96917C

Text Example


Text Example

White with #96917C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96917C; }

 p { color: rgb(150,145,124); }

 H1.HeaderClassName
 {
   color: #96917C;
 }
 .AnyTagClassName
 {
   color: #96917C;
 }
</style>

background-color css

<style>
 a { background-color: #96917C; }

 a { background-color: rgb(150,145,124); }

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

border-color css

<style>
 span { border-color: #96917C; }

 span { border-color: rgb(150,145,124); }

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