Html Css Color HEX #969279 Gurkha

📋 copy color: '#969279'

red 150 ◦ green 146 ◦ blue 121

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

Shades of Gurkha #969279

Tints of Gurkha #969279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 29.02%

R = 35.97%
G = 35.01%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#969279 (or 0x969279) is known color: Gurkha. HEX triplet: 96, 92 and 79. RGB value is (150,146,121). Sum of RGB (Red+Green+Blue) = 150+146+121=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #969279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969279 is #696D86. Grayscale: #909090. Windows color (decimal): -6909319 or 7967382. OLE color: 7967382.

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

Color convert

RGB 150 146 121 -
CMYK 0 0.03 0.19 0.41
HSL 51.72º 0.12% 0.53% -
HSV(B) 51.72º 0.19% 0.59% -
XYZ 26.31 28.42 22.19 -
YUV 144.35 114.83 132.03 -
System Red Green Blue C M Y K H S L
Decimal 150 146 121 0 0.03 0.19 0.41 51.72 0.12 0.53
Hex 96 92 79 0 3 13 29 34 C 35
Octal 226 222 171 0 3 23 51 64 14 65
Binary 10010110 10010010 1111001 0 11 10011 101001 110100 1100 110101

Color Harmonies of #969279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969279

Black with #969279

Text Example


Text Example

White with #969279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969279; }

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

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

background-color css

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

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

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

border-color css

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

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

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