Html Css Color HEX #956958 Leather

📋 copy color: '#956958'

red 149 ◦ green 105 ◦ blue 88

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

Shades of Leather #956958

Tints of Leather #956958

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

 BLUE value IS 88 (34.77% from 255) = 25.73%

R = 43.57%
G = 30.7%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#956958 (or 0x956958) is known color: Leather. HEX triplet: 95, 69 and 58. RGB value is (149,105,88). Sum of RGB (Red+Green+Blue) = 149+105+88=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #956958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956958 is #6A96A7. Grayscale: #747474. Windows color (decimal): -6985384 or 5794197. OLE color: 5794197.

HSL color Cylindrical-coordinate representation of color #956958: hue angle of 16.72º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #956958 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 105 88 -
CMYK 0 0.30 0.41 0.42
HSL 16.72º 0.26% 0.46% -
HSV(B) 16.72º 0.41% 0.58% -
XYZ 19.21 17.2 11.54 -
YUV 116.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 149 105 88 0 0.30 0.41 0.42 16.72 0.26 0.46
Hex 95 69 58 0 1E 29 2A 11 1A 2E
Octal 225 151 130 0 36 51 52 21 32 56
Binary 10010101 1101001 1011000 0 11110 101001 101010 10001 11010 101110

Color Harmonies of #956958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956958

Black with #956958

Text Example


Text Example

White with #956958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956958; }

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

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

background-color css

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

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

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

border-color css

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

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

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