Html Css Color HEX #958E61 Gurkha

📋 copy color: '#958E61'

red 149 ◦ green 142 ◦ blue 97

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

Shades of Gurkha #958E61

Tints of Gurkha #958E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25%

R = 38.4%
G = 36.6%
B = 25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#958E61 (or 0x958E61) is known color: Gurkha. HEX triplet: 95, 8E and 61. RGB value is (149,142,97). Sum of RGB (Red+Green+Blue) = 149+142+97=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #958E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E61 is #6A719E. Grayscale: #8B8B8B. Windows color (decimal): -6975903 or 6393493. OLE color: 6393493.

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

Color convert

RGB 149 142 97 -
CMYK 0 0.05 0.35 0.42
HSL 51.92º 0.21% 0.48% -
HSV(B) 51.92º 0.35% 0.58% -
XYZ 24.23 26.6 15.17 -
YUV 138.96 104.32 135.16 -
System Red Green Blue C M Y K H S L
Decimal 149 142 97 0 0.05 0.35 0.42 51.92 0.21 0.48
Hex 95 8E 61 0 5 23 2A 34 15 30
Octal 225 216 141 0 5 43 52 64 25 60
Binary 10010101 10001110 1100001 0 101 100011 101010 110100 10101 110000

Color Harmonies of #958E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E61

Black with #958E61

Text Example


Text Example

White with #958E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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