Html Css Color HEX #958F69 Gurkha

📋 copy color: '#958F69'

red 149 ◦ green 143 ◦ blue 105

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

Shades of Gurkha #958F69

Tints of Gurkha #958F69

RGB

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

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

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

R = 37.53%
G = 36.02%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#958F69 (or 0x958F69) is known color: Gurkha. HEX triplet: 95, 8F and 69. RGB value is (149,143,105). Sum of RGB (Red+Green+Blue) = 149+143+105=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 149 - color contains mainly: red. Hex color #958F69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F69 is #6A7096. Grayscale: #8C8C8C. Windows color (decimal): -6975639 or 6918037. OLE color: 6918037.

HSL color Cylindrical-coordinate representation of color #958F69: hue angle of 51.82º 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 #958F69 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 143 105 -
CMYK 0 0.04 0.30 0.42
HSL 51.82º 0.17% 0.5% -
HSV(B) 51.82º 0.3% 0.58% -
XYZ 24.77 27.05 17.28 -
YUV 140.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 149 143 105 0 0.04 0.30 0.42 51.82 0.17 0.5
Hex 95 8F 69 0 4 1E 2A 34 11 32
Octal 225 217 151 0 4 36 52 64 21 62
Binary 10010101 10001111 1101001 0 100 11110 101010 110100 10001 110010

Color Harmonies of #958F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958F69

Black with #958F69

Text Example


Text Example

White with #958F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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