Html Css Color HEX #96906E Gurkha

📋 copy color: '#96906E'

red 150 ◦ green 144 ◦ blue 110

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

Shades of Gurkha #96906E

Tints of Gurkha #96906E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

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

R = 37.13%
G = 35.64%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96906E (or 0x96906E) is known color: Gurkha. HEX triplet: 96, 90 and 6E. RGB value is (150,144,110). Sum of RGB (Red+Green+Blue) = 150+144+110=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #96906E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96906E is #696F91. Grayscale: #8E8E8E. Windows color (decimal): -6909842 or 7245974. OLE color: 7245974.

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

Color convert

RGB 150 144 110 -
CMYK 0 0.04 0.27 0.41
HSL 51º 0.16% 0.51% -
HSV(B) 51º 0.27% 0.59% -
XYZ 25.37 27.56 18.73 -
YUV 141.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 150 144 110 0 0.04 0.27 0.41 51 0.16 0.51
Hex 96 90 6E 0 4 1B 29 33 10 33
Octal 226 220 156 0 4 33 51 63 20 63
Binary 10010110 10010000 1101110 0 100 11011 101001 110011 10000 110011

Color Harmonies of #96906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96906E

Black with #96906E

Text Example


Text Example

White with #96906E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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