Html Css Color HEX #96926E Gurkha

📋 copy color: '#96926E'

red 150 ◦ green 146 ◦ blue 110

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

Shades of Gurkha #96926E

Tints of Gurkha #96926E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

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

R = 36.95%
G = 35.96%
B = 27.09%

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

#96926E (or 0x96926E) is known color: Gurkha. HEX triplet: 96, 92 and 6E. RGB value is (150,146,110). Sum of RGB (Red+Green+Blue) = 150+146+110=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #96926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96926E is #696D91. Grayscale: #8F8F8F. Windows color (decimal): -6909330 or 7246486. OLE color: 7246486.

HSL color Cylindrical-coordinate representation of color #96926E: hue angle of 54º 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 #96926E is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 110 -
CMYK 0 0.03 0.27 0.41
HSL 54º 0.16% 0.51% -
HSV(B) 54º 0.27% 0.59% -
XYZ 25.67 28.17 18.84 -
YUV 143.09 109.33 132.93 -
System Red Green Blue C M Y K H S L
Decimal 150 146 110 0 0.03 0.27 0.41 54 0.16 0.51
Hex 96 92 6E 0 3 1B 29 36 10 33
Octal 226 222 156 0 3 33 51 66 20 63
Binary 10010110 10010010 1101110 0 11 11011 101001 110110 10000 110011

Color Harmonies of #96926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96926E

Black with #96926E

Text Example


Text Example

White with #96926E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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