Html Css Color HEX #969172 Gurkha

📋 copy color: '#969172'

red 150 ◦ green 145 ◦ blue 114

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

Shades of Gurkha #969172

Tints of Gurkha #969172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.45%

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 36.67%
G = 35.45%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#969172 (or 0x969172) is known color: Gurkha. HEX triplet: 96, 91 and 72. RGB value is (150,145,114). Sum of RGB (Red+Green+Blue) = 150+145+114=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #969172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969172 is #696E8D. Grayscale: #8F8F8F. Windows color (decimal): -6909582 or 7508374. OLE color: 7508374.

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

Color convert

RGB 150 145 114 -
CMYK 0 0.03 0.24 0.41
HSL 51.67º 0.15% 0.52% -
HSV(B) 51.67º 0.24% 0.59% -
XYZ 25.74 27.95 19.96 -
YUV 142.96 111.66 133.02 -
System Red Green Blue C M Y K H S L
Decimal 150 145 114 0 0.03 0.24 0.41 51.67 0.15 0.52
Hex 96 91 72 0 3 18 29 34 F 34
Octal 226 221 162 0 3 30 51 64 17 64
Binary 10010110 10010001 1110010 0 11 11000 101001 110100 1111 110100

Color Harmonies of #969172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969172

Black with #969172

Text Example


Text Example

White with #969172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969172; }

 p { color: rgb(150,145,114); }

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

background-color css

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

 a { background-color: rgb(150,145,114); }

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

border-color css

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

 span { border-color: rgb(150,145,114); }

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