Html Css Color HEX #958E69 Gurkha

📋 copy color: '#958E69'

red 149 ◦ green 142 ◦ blue 105

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

Shades of Gurkha #958E69

Tints of Gurkha #958E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.52%

R = 37.63%
G = 35.86%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#958E69 (or 0x958E69) is known color: Gurkha. HEX triplet: 95, 8E and 69. RGB value is (149,142,105). Sum of RGB (Red+Green+Blue) = 149+142+105=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 149 - color contains mainly: red. Hex color #958E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E69 is #6A7196. Grayscale: #8C8C8C. Windows color (decimal): -6975895 or 6917781. OLE color: 6917781.

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

Color convert

RGB 149 142 105 -
CMYK 0 0.05 0.30 0.42
HSL 50.45º 0.17% 0.5% -
HSV(B) 50.45º 0.3% 0.58% -
XYZ 24.62 26.76 17.23 -
YUV 139.88 108.32 134.51 -
System Red Green Blue C M Y K H S L
Decimal 149 142 105 0 0.05 0.30 0.42 50.45 0.17 0.5
Hex 95 8E 69 0 5 1E 2A 32 11 32
Octal 225 216 151 0 5 36 52 62 21 62
Binary 10010101 10001110 1101001 0 101 11110 101010 110010 10001 110010

Color Harmonies of #958E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E69

Black with #958E69

Text Example


Text Example

White with #958E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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