Html Css Color HEX #969276 Gurkha

📋 copy color: '#969276'

red 150 ◦ green 146 ◦ blue 118

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

Shades of Gurkha #969276

Tints of Gurkha #969276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.5%

R = 36.23%
G = 35.27%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#969276 (or 0x969276) is known color: Gurkha. HEX triplet: 96, 92 and 76. RGB value is (150,146,118). Sum of RGB (Red+Green+Blue) = 150+146+118=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #969276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969276 is #696D89. Grayscale: #909090. Windows color (decimal): -6909322 or 7770774. OLE color: 7770774.

HSL color Cylindrical-coordinate representation of color #969276: hue angle of 52.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #969276 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 118 -
CMYK 0 0.03 0.21 0.41
HSL 52.5º 0.13% 0.53% -
HSV(B) 52.5º 0.21% 0.59% -
XYZ 26.13 28.35 21.23 -
YUV 144 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 150 146 118 0 0.03 0.21 0.41 52.5 0.13 0.53
Hex 96 92 76 0 3 15 29 34 D 35
Octal 226 222 166 0 3 25 51 64 15 65
Binary 10010110 10010010 1110110 0 11 10101 101001 110100 1101 110101

Color Harmonies of #969276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969276

Black with #969276

Text Example


Text Example

White with #969276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969276; }

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

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

background-color css

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

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

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

border-color css

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

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

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