Html Css Color HEX #969270 Gurkha

📋 copy color: '#969270'

red 150 ◦ green 146 ◦ blue 112

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

Shades of Gurkha #969270

Tints of Gurkha #969270

RGB

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

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

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

R = 36.76%
G = 35.78%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#969270 (or 0x969270) is known color: Gurkha. HEX triplet: 96, 92 and 70. RGB value is (150,146,112). Sum of RGB (Red+Green+Blue) = 150+146+112=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #969270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969270 is #696D8F. Grayscale: #8F8F8F. Windows color (decimal): -6909328 or 7377558. OLE color: 7377558.

HSL color Cylindrical-coordinate representation of color #969270: hue angle of 53.68º 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 #969270 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 146 112 -
CMYK 0 0.03 0.25 0.41
HSL 53.68º 0.15% 0.51% -
HSV(B) 53.68º 0.25% 0.59% -
XYZ 25.78 28.21 19.42 -
YUV 143.32 110.33 132.76 -
System Red Green Blue C M Y K H S L
Decimal 150 146 112 0 0.03 0.25 0.41 53.68 0.15 0.51
Hex 96 92 70 0 3 19 29 36 F 33
Octal 226 222 160 0 3 31 51 66 17 63
Binary 10010110 10010010 1110000 0 11 11001 101001 110110 1111 110011

Color Harmonies of #969270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969270

Black with #969270

Text Example


Text Example

White with #969270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969270; }

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

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

background-color css

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

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

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

border-color css

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

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

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