Html Css Color HEX #958E76 Gurkha

📋 copy color: '#958E76'

red 149 ◦ green 142 ◦ blue 118

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

Shades of Gurkha #958E76

Tints of Gurkha #958E76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 36.43%
G = 34.72%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958E76 (or 0x958E76) is known color: Gurkha. HEX triplet: 95, 8E and 76. RGB value is (149,142,118). Sum of RGB (Red+Green+Blue) = 149+142+118=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #958E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E76 is #6A7189. Grayscale: #8D8D8D. Windows color (decimal): -6975882 or 7769749. OLE color: 7769749.

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

Color convert

RGB 149 142 118 -
CMYK 0 0.05 0.21 0.42
HSL 46.45º 0.13% 0.52% -
HSV(B) 46.45º 0.21% 0.58% -
XYZ 25.34 27.04 21.02 -
YUV 141.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 149 142 118 0 0.05 0.21 0.42 46.45 0.13 0.52
Hex 95 8E 76 0 5 15 2A 2E D 34
Octal 225 216 166 0 5 25 52 56 15 64
Binary 10010101 10001110 1110110 0 101 10101 101010 101110 1101 110100

Color Harmonies of #958E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E76

Black with #958E76

Text Example


Text Example

White with #958E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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