Html Css Color HEX #958F73 Gurkha

📋 copy color: '#958F73'

red 149 ◦ green 143 ◦ blue 115

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

Shades of Gurkha #958F73

Tints of Gurkha #958F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.26%

R = 36.61%
G = 35.14%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#958F73 (or 0x958F73) is known color: Gurkha. HEX triplet: 95, 8F and 73. RGB value is (149,143,115). Sum of RGB (Red+Green+Blue) = 149+143+115=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #958F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F73 is #6A708C. Grayscale: #8D8D8D. Windows color (decimal): -6975629 or 7573397. OLE color: 7573397.

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

Color convert

RGB 149 143 115 -
CMYK 0 0.04 0.23 0.42
HSL 49.41º 0.14% 0.52% -
HSV(B) 49.41º 0.23% 0.58% -
XYZ 25.31 27.27 20.15 -
YUV 141.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 149 143 115 0 0.04 0.23 0.42 49.41 0.14 0.52
Hex 95 8F 73 0 4 17 2A 31 E 34
Octal 225 217 163 0 4 27 52 61 16 64
Binary 10010101 10001111 1110011 0 100 10111 101010 110001 1110 110100

Color Harmonies of #958F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F73

Black with #958F73

Text Example


Text Example

White with #958F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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