Html Css Color HEX #96906B Gurkha

📋 copy color: '#96906B'

red 150 ◦ green 144 ◦ blue 107

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

Shades of Gurkha #96906B

Tints of Gurkha #96906B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.68%

R = 37.41%
G = 35.91%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96906B (or 0x96906B) is known color: Gurkha. HEX triplet: 96, 90 and 6B. RGB value is (150,144,107). Sum of RGB (Red+Green+Blue) = 150+144+107=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #96906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96906B is #696F94. Grayscale: #8D8D8D. Windows color (decimal): -6909845 or 7049366. OLE color: 7049366.

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

Color convert

RGB 150 144 107 -
CMYK 0 0.04 0.29 0.41
HSL 51.63º 0.17% 0.5% -
HSV(B) 51.63º 0.29% 0.59% -
XYZ 25.2 27.49 17.89 -
YUV 141.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 150 144 107 0 0.04 0.29 0.41 51.63 0.17 0.5
Hex 96 90 6B 0 4 1D 29 34 11 32
Octal 226 220 153 0 4 35 51 64 21 62
Binary 10010110 10010000 1101011 0 100 11101 101001 110100 10001 110010

Color Harmonies of #96906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96906B

Black with #96906B

Text Example


Text Example

White with #96906B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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