Html Css Color HEX #96916E Gurkha

📋 copy color: '#96916E'

red 150 ◦ green 145 ◦ blue 110

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

Shades of Gurkha #96916E

Tints of Gurkha #96916E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.16%

R = 37.04%
G = 35.8%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96916E (or 0x96916E) is known color: Gurkha. HEX triplet: 96, 91 and 6E. RGB value is (150,145,110). Sum of RGB (Red+Green+Blue) = 150+145+110=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96916E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96916E is #696E91. Grayscale: #8E8E8E. Windows color (decimal): -6909586 or 7246230. OLE color: 7246230.

HSL color Cylindrical-coordinate representation of color #96916E: hue angle of 52.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96916E is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 145 110 -
CMYK 0 0.03 0.27 0.41
HSL 52.5º 0.16% 0.51% -
HSV(B) 52.5º 0.27% 0.59% -
XYZ 25.52 27.86 18.78 -
YUV 142.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 150 145 110 0 0.03 0.27 0.41 52.5 0.16 0.51
Hex 96 91 6E 0 3 1B 29 34 10 33
Octal 226 221 156 0 3 33 51 64 20 63
Binary 10010110 10010001 1101110 0 11 11011 101001 110100 10000 110011

Color Harmonies of #96916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96916E

Black with #96916E

Text Example


Text Example

White with #96916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96916E; }

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

 H1.HeaderClassName
 {
   color: #96916E;
 }
 .AnyTagClassName
 {
   color: #96916E;
 }
</style>

background-color css

<style>
 a { background-color: #96916E; }

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

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

border-color css

<style>
 span { border-color: #96916E; }

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

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