Html Css Color HEX #956B54 Leather

📋 copy color: '#956B54'

red 149 ◦ green 107 ◦ blue 84

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

Shades of Leather #956B54

Tints of Leather #956B54

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

 BLUE value IS 84 (33.2% from 255) = 24.71%

R = 43.82%
G = 31.47%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#956B54 (or 0x956B54) is known color: Leather. HEX triplet: 95, 6B and 54. RGB value is (149,107,84). Sum of RGB (Red+Green+Blue) = 149+107+84=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #956B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B54 is #6A94AB. Grayscale: #757575. Windows color (decimal): -6984876 or 5532565. OLE color: 5532565.

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

Color convert

RGB 149 107 84 -
CMYK 0 0.28 0.44 0.42
HSL 21.23º 0.28% 0.46% -
HSV(B) 21.23º 0.44% 0.58% -
XYZ 19.25 17.55 10.76 -
YUV 116.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 149 107 84 0 0.28 0.44 0.42 21.23 0.28 0.46
Hex 95 6B 54 0 1C 2C 2A 15 1C 2E
Octal 225 153 124 0 34 54 52 25 34 56
Binary 10010101 1101011 1010100 0 11100 101100 101010 10101 11100 101110

Color Harmonies of #956B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B54

Black with #956B54

Text Example


Text Example

White with #956B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956B54; }

 p { color: rgb(149,107,84); }

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

background-color css

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

 a { background-color: rgb(149,107,84); }

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

border-color css

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

 span { border-color: rgb(149,107,84); }

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