Html Css Color HEX #958E6A Gurkha

📋 copy color: '#958E6A'

red 149 ◦ green 142 ◦ blue 106

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

Shades of Gurkha #958E6A

Tints of Gurkha #958E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 37.53%
G = 35.77%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#958E6A (or 0x958E6A) is known color: Gurkha. HEX triplet: 95, 8E and 6A. RGB value is (149,142,106). Sum of RGB (Red+Green+Blue) = 149+142+106=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #958E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E6A is #6A7195. Grayscale: #8C8C8C. Windows color (decimal): -6975894 or 6983317. OLE color: 6983317.

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

Color convert

RGB 149 142 106 -
CMYK 0 0.05 0.29 0.42
HSL 50.23º 0.17% 0.5% -
HSV(B) 50.23º 0.29% 0.58% -
XYZ 24.67 26.78 17.5 -
YUV 139.99 108.82 134.43 -
System Red Green Blue C M Y K H S L
Decimal 149 142 106 0 0.05 0.29 0.42 50.23 0.17 0.5
Hex 95 8E 6A 0 5 1D 2A 32 11 32
Octal 225 216 152 0 5 35 52 62 21 62
Binary 10010101 10001110 1101010 0 101 11101 101010 110010 10001 110010

Color Harmonies of #958E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E6A

Black with #958E6A

Text Example


Text Example

White with #958E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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