Html Css Color HEX #969070 Gurkha

📋 copy color: '#969070'

red 150 ◦ green 144 ◦ blue 112

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

Shades of Gurkha #969070

Tints of Gurkha #969070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.59%

R = 36.95%
G = 35.47%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#969070 (or 0x969070) is known color: Gurkha. HEX triplet: 96, 90 and 70. RGB value is (150,144,112). Sum of RGB (Red+Green+Blue) = 150+144+112=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #969070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969070 is #696F8F. Grayscale: #8E8E8E. Windows color (decimal): -6909840 or 7377046. OLE color: 7377046.

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

Color convert

RGB 150 144 112 -
CMYK 0 0.04 0.25 0.41
HSL 50.53º 0.15% 0.51% -
HSV(B) 50.53º 0.25% 0.59% -
XYZ 25.48 27.6 19.31 -
YUV 142.15 110.99 133.6 -
System Red Green Blue C M Y K H S L
Decimal 150 144 112 0 0.04 0.25 0.41 50.53 0.15 0.51
Hex 96 90 70 0 4 19 29 33 F 33
Octal 226 220 160 0 4 31 51 63 17 63
Binary 10010110 10010000 1110000 0 100 11001 101001 110011 1111 110011

Color Harmonies of #969070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969070

Black with #969070

Text Example


Text Example

White with #969070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969070; }

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

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

background-color css

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

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

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

border-color css

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

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

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