Html Css Color HEX #96916F Gurkha

📋 copy color: '#96916F'

red 150 ◦ green 145 ◦ blue 111

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

Shades of Gurkha #96916F

Tints of Gurkha #96916F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.34%

R = 36.95%
G = 35.71%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96916F (or 0x96916F) is known color: Gurkha. HEX triplet: 96, 91 and 6F. RGB value is (150,145,111). Sum of RGB (Red+Green+Blue) = 150+145+111=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #96916F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96916F is #696E90. Grayscale: #8E8E8E. Windows color (decimal): -6909585 or 7311766. OLE color: 7311766.

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

Color convert

RGB 150 145 111 -
CMYK 0 0.03 0.26 0.41
HSL 52.31º 0.16% 0.51% -
HSV(B) 52.31º 0.26% 0.59% -
XYZ 25.57 27.88 19.07 -
YUV 142.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 150 145 111 0 0.03 0.26 0.41 52.31 0.16 0.51
Hex 96 91 6F 0 3 1A 29 34 10 33
Octal 226 221 157 0 3 32 51 64 20 63
Binary 10010110 10010001 1101111 0 11 11010 101001 110100 10000 110011

Color Harmonies of #96916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96916F

Black with #96916F

Text Example


Text Example

White with #96916F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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