Html Css Color HEX #8B6554 Leather

📋 copy color: '#8B6554'

red 139 ◦ green 101 ◦ blue 84

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

Shades of Leather #8B6554

Tints of Leather #8B6554

RGB

 RED value IS 139 (54.69% from 255) = 42.9%

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

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

R = 42.9%
G = 31.17%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B6554 (or 0x8B6554) is known color: Leather. HEX triplet: 8B, 65 and 54. RGB value is (139,101,84). Sum of RGB (Red+Green+Blue) = 139+101+84=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6554 is #749AAB. Grayscale: #6E6E6E. Windows color (decimal): -7641772 or 5531019. OLE color: 5531019.

HSL color Cylindrical-coordinate representation of color #8B6554: hue angle of 18.55º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B6554 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 101 84 -
CMYK 0 0.27 0.40 0.45
HSL 18.55º 0.25% 0.44% -
HSV(B) 18.55º 0.4% 0.55% -
XYZ 16.9 15.44 10.48 -
YUV 110.42 113.09 148.38 -
System Red Green Blue C M Y K H S L
Decimal 139 101 84 0 0.27 0.40 0.45 18.55 0.25 0.44
Hex 8B 65 54 0 1B 28 2D 13 19 2C
Octal 213 145 124 0 33 50 55 23 31 54
Binary 10001011 1100101 1010100 0 11011 101000 101101 10011 11001 101100

Color Harmonies of #8B6554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6554

Black with #8B6554

Text Example


Text Example

White with #8B6554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B6554; }

 p { color: rgb(139,101,84); }

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

background-color css

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

 a { background-color: rgb(139,101,84); }

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

border-color css

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

 span { border-color: rgb(139,101,84); }

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