Html Css Color HEX #958E72 Gurkha

📋 copy color: '#958E72'

red 149 ◦ green 142 ◦ blue 114

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

Shades of Gurkha #958E72

Tints of Gurkha #958E72

RGB

 RED value IS 149 (58.59% from 255) = 36.79%

 GREEN value IS 142 (55.86% from 255) = 35.06%

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

R = 36.79%
G = 35.06%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#958E72 (or 0x958E72) is known color: Gurkha. HEX triplet: 95, 8E and 72. RGB value is (149,142,114). Sum of RGB (Red+Green+Blue) = 149+142+114=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #958E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E72 is #6A718D. Grayscale: #8D8D8D. Windows color (decimal): -6975886 or 7507605. OLE color: 7507605.

HSL color Cylindrical-coordinate representation of color #958E72: hue angle of 48º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #958E72 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 142 114 -
CMYK 0 0.05 0.23 0.42
HSL 48º 0.14% 0.52% -
HSV(B) 48º 0.23% 0.58% -
XYZ 25.1 26.95 19.8 -
YUV 140.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 149 142 114 0 0.05 0.23 0.42 48 0.14 0.52
Hex 95 8E 72 0 5 17 2A 30 E 34
Octal 225 216 162 0 5 27 52 60 16 64
Binary 10010101 10001110 1110010 0 101 10111 101010 110000 1110 110100

Color Harmonies of #958E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E72

Black with #958E72

Text Example


Text Example

White with #958E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958E72; }

 p { color: rgb(149,142,114); }

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

background-color css

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

 a { background-color: rgb(149,142,114); }

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

border-color css

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

 span { border-color: rgb(149,142,114); }

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