Html Css Color HEX #958F75 Gurkha

📋 copy color: '#958F75'

red 149 ◦ green 143 ◦ blue 117

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

Shades of Gurkha #958F75

Tints of Gurkha #958F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.61%

R = 36.43%
G = 34.96%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#958F75 (or 0x958F75) is known color: Gurkha. HEX triplet: 95, 8F and 75. RGB value is (149,143,117). Sum of RGB (Red+Green+Blue) = 149+143+117=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #958F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F75 is #6A708A. Grayscale: #8D8D8D. Windows color (decimal): -6975627 or 7704469. OLE color: 7704469.

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

Color convert

RGB 149 143 117 -
CMYK 0 0.04 0.21 0.42
HSL 48.75º 0.13% 0.52% -
HSV(B) 48.75º 0.21% 0.58% -
XYZ 25.43 27.32 20.76 -
YUV 141.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 149 143 117 0 0.04 0.21 0.42 48.75 0.13 0.52
Hex 95 8F 75 0 4 15 2A 31 D 34
Octal 225 217 165 0 4 25 52 61 15 64
Binary 10010101 10001111 1110101 0 100 10101 101010 110001 1101 110100

Color Harmonies of #958F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F75

Black with #958F75

Text Example


Text Example

White with #958F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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