Html Css Color HEX #886555 Leather

📋 copy color: '#886555'

red 136 ◦ green 101 ◦ blue 85

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

Shades of Leather #886555

Tints of Leather #886555

RGB

 RED value IS 136 (53.52% from 255) = 42.24%

 GREEN value IS 101 (39.84% from 255) = 31.37%

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

R = 42.24%
G = 31.37%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#886555 (or 0x886555) is known color: Leather. HEX triplet: 88, 65 and 55. RGB value is (136,101,85). Sum of RGB (Red+Green+Blue) = 136+101+85=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #886555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886555 is #779AAA. Grayscale: #6D6D6D. Windows color (decimal): -7838379 or 5596552. OLE color: 5596552.

HSL color Cylindrical-coordinate representation of color #886555: hue angle of 18.82º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #886555 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 101 85 -
CMYK 0 0.26 0.38 0.47
HSL 18.82º 0.23% 0.43% -
HSV(B) 18.82º 0.38% 0.53% -
XYZ 16.45 15.2 10.66 -
YUV 109.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 136 101 85 0 0.26 0.38 0.47 18.82 0.23 0.43
Hex 88 65 55 0 1A 26 2F 13 17 2B
Octal 210 145 125 0 32 46 57 23 27 53
Binary 10001000 1100101 1010101 0 11010 100110 101111 10011 10111 101011

Color Harmonies of #886555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886555

Black with #886555

Text Example


Text Example

White with #886555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886555; }

 p { color: rgb(136,101,85); }

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

background-color css

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

 a { background-color: rgb(136,101,85); }

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

border-color css

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

 span { border-color: rgb(136,101,85); }

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