Html Css Color HEX #96906C Gurkha

📋 copy color: '#96906C'

red 150 ◦ green 144 ◦ blue 108

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

Shades of Gurkha #96906C

Tints of Gurkha #96906C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.87%

R = 37.31%
G = 35.82%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96906C (or 0x96906C) is known color: Gurkha. HEX triplet: 96, 90 and 6C. RGB value is (150,144,108). Sum of RGB (Red+Green+Blue) = 150+144+108=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #96906C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96906C is #696F93. Grayscale: #8D8D8D. Windows color (decimal): -6909844 or 7114902. OLE color: 7114902.

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

Color convert

RGB 150 144 108 -
CMYK 0 0.04 0.28 0.41
HSL 51.43º 0.17% 0.51% -
HSV(B) 51.43º 0.28% 0.59% -
XYZ 25.26 27.51 18.17 -
YUV 141.69 108.99 133.93 -
System Red Green Blue C M Y K H S L
Decimal 150 144 108 0 0.04 0.28 0.41 51.43 0.17 0.51
Hex 96 90 6C 0 4 1C 29 33 11 33
Octal 226 220 154 0 4 34 51 63 21 63
Binary 10010110 10010000 1101100 0 100 11100 101001 110011 10001 110011

Color Harmonies of #96906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96906C

Black with #96906C

Text Example


Text Example

White with #96906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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