Html Css Color HEX #969372 Gurkha

📋 copy color: '#969372'

red 150 ◦ green 147 ◦ blue 114

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

Shades of Gurkha #969372

Tints of Gurkha #969372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.77%

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

R = 36.5%
G = 35.77%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#969372 (or 0x969372) is known color: Gurkha. HEX triplet: 96, 93 and 72. RGB value is (150,147,114). Sum of RGB (Red+Green+Blue) = 150+147+114=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #969372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969372 is #696C8D. Grayscale: #909090. Windows color (decimal): -6909070 or 7508886. OLE color: 7508886.

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

Color convert

RGB 150 147 114 -
CMYK 0 0.02 0.24 0.41
HSL 55º 0.15% 0.52% -
HSV(B) 55º 0.24% 0.59% -
XYZ 26.05 28.57 20.06 -
YUV 144.14 110.99 132.18 -
System Red Green Blue C M Y K H S L
Decimal 150 147 114 0 0.02 0.24 0.41 55 0.15 0.52
Hex 96 93 72 0 2 18 29 37 F 34
Octal 226 223 162 0 2 30 51 67 17 64
Binary 10010110 10010011 1110010 0 10 11000 101001 110111 1111 110100

Color Harmonies of #969372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969372

Black with #969372

Text Example


Text Example

White with #969372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969372; }

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

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

background-color css

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

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

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

border-color css

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

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

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