Html Css Color HEX #956755 Leather

📋 copy color: '#956755'

red 149 ◦ green 103 ◦ blue 85

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

Shades of Leather #956755

Tints of Leather #956755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 44.21%
G = 30.56%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#956755 (or 0x956755) is known color: Leather. HEX triplet: 95, 67 and 55. RGB value is (149,103,85). Sum of RGB (Red+Green+Blue) = 149+103+85=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #956755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956755 is #6A98AA. Grayscale: #727272. Windows color (decimal): -6985899 or 5597077. OLE color: 5597077.

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

Color convert

RGB 149 103 85 -
CMYK 0 0.31 0.43 0.42
HSL 16.88º 0.27% 0.46% -
HSV(B) 16.88º 0.43% 0.58% -
XYZ 18.88 16.75 10.83 -
YUV 114.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 149 103 85 0 0.31 0.43 0.42 16.88 0.27 0.46
Hex 95 67 55 0 1F 2B 2A 11 1B 2E
Octal 225 147 125 0 37 53 52 21 33 56
Binary 10010101 1100111 1010101 0 11111 101011 101010 10001 11011 101110

Color Harmonies of #956755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956755

Black with #956755

Text Example


Text Example

White with #956755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956755; }

 p { color: rgb(149,103,85); }

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

background-color css

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

 a { background-color: rgb(149,103,85); }

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

border-color css

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

 span { border-color: rgb(149,103,85); }

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