Html Css Color HEX #958F6D Gurkha

📋 copy color: '#958F6D'

red 149 ◦ green 143 ◦ blue 109

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

Shades of Gurkha #958F6D

Tints of Gurkha #958F6D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

 BLUE value IS 109 (42.97% from 255) = 27.18%

R = 37.16%
G = 35.66%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#958F6D (or 0x958F6D) is known color: Gurkha. HEX triplet: 95, 8F and 6D. RGB value is (149,143,109). Sum of RGB (Red+Green+Blue) = 149+143+109=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 149 - color contains mainly: red. Hex color #958F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F6D is #6A7092. Grayscale: #8D8D8D. Windows color (decimal): -6975635 or 7180181. OLE color: 7180181.

HSL color Cylindrical-coordinate representation of color #958F6D: hue angle of 51º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #958F6D is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 143 109 -
CMYK 0 0.04 0.27 0.42
HSL 51º 0.16% 0.51% -
HSV(B) 51º 0.27% 0.58% -
XYZ 24.98 27.14 18.39 -
YUV 140.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 149 143 109 0 0.04 0.27 0.42 51 0.16 0.51
Hex 95 8F 6D 0 4 1B 2A 33 10 33
Octal 225 217 155 0 4 33 52 63 20 63
Binary 10010101 10001111 1101101 0 100 11011 101010 110011 10000 110011

Color Harmonies of #958F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F6D

Black with #958F6D

Text Example


Text Example

White with #958F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,143,109); }

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

background-color css

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

 a { background-color: rgb(149,143,109); }

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

border-color css

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

 span { border-color: rgb(149,143,109); }

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