Html Css Color HEX #958D71 Gurkha

📋 copy color: '#958D71'

red 149 ◦ green 141 ◦ blue 113

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

Shades of Gurkha #958D71

Tints of Gurkha #958D71

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.99%

 BLUE value IS 113 (44.53% from 255) = 28.04%

R = 36.97%
G = 34.99%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#958D71 (or 0x958D71) is known color: Gurkha. HEX triplet: 95, 8D and 71. RGB value is (149,141,113). Sum of RGB (Red+Green+Blue) = 149+141+113=403 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.97% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 149 - color contains mainly: red. Hex color #958D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D71 is #6A728E. Grayscale: #8C8C8C. Windows color (decimal): -6976143 or 7441813. OLE color: 7441813.

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

Color convert

RGB 149 141 113 -
CMYK 0 0.05 0.24 0.42
HSL 46.67º 0.15% 0.51% -
HSV(B) 46.67º 0.24% 0.58% -
XYZ 24.9 26.63 19.45 -
YUV 140.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 149 141 113 0 0.05 0.24 0.42 46.67 0.15 0.51
Hex 95 8D 71 0 5 18 2A 2F F 33
Octal 225 215 161 0 5 30 52 57 17 63
Binary 10010101 10001101 1110001 0 101 11000 101010 101111 1111 110011

Color Harmonies of #958D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D71

Black with #958D71

Text Example


Text Example

White with #958D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,141,113); }

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

background-color css

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

 a { background-color: rgb(149,141,113); }

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

border-color css

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

 span { border-color: rgb(149,141,113); }

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