Html Css Color HEX #956956 Leather

📋 copy color: '#956956'

red 149 ◦ green 105 ◦ blue 86

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

Shades of Leather #956956

Tints of Leather #956956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.29%

R = 43.82%
G = 30.88%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#956956 (or 0x956956) is known color: Leather. HEX triplet: 95, 69 and 56. RGB value is (149,105,86). Sum of RGB (Red+Green+Blue) = 149+105+86=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #956956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956956 is #6A96A9. Grayscale: #747474. Windows color (decimal): -6985386 or 5663125. OLE color: 5663125.

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

Color convert

RGB 149 105 86 -
CMYK 0 0.30 0.42 0.42
HSL 18.1º 0.27% 0.46% -
HSV(B) 18.1º 0.42% 0.58% -
XYZ 19.13 17.16 11.11 -
YUV 115.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 149 105 86 0 0.30 0.42 0.42 18.1 0.27 0.46
Hex 95 69 56 0 1E 2A 2A 12 1B 2E
Octal 225 151 126 0 36 52 52 22 33 56
Binary 10010101 1101001 1010110 0 11110 101010 101010 10010 11011 101110

Color Harmonies of #956956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956956

Black with #956956

Text Example


Text Example

White with #956956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956956; }

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

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

background-color css

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

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

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

border-color css

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

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

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