Html Css Color HEX #8B6854 Leather

📋 copy color: '#8B6854'

red 139 ◦ green 104 ◦ blue 84

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

Shades of Leather #8B6854

Tints of Leather #8B6854

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

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

R = 42.51%
G = 31.8%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B6854 (or 0x8B6854) is known color: Leather. HEX triplet: 8B, 68 and 54. RGB value is (139,104,84). Sum of RGB (Red+Green+Blue) = 139+104+84=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6854 is #7497AB. Grayscale: #707070. Windows color (decimal): -7641004 or 5531787. OLE color: 5531787.

HSL color Cylindrical-coordinate representation of color #8B6854: hue angle of 21.82º 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 #8B6854 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 104 84 -
CMYK 0 0.25 0.40 0.45
HSL 21.82º 0.25% 0.44% -
HSV(B) 21.82º 0.4% 0.55% -
XYZ 17.2 16.03 10.58 -
YUV 112.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 139 104 84 0 0.25 0.40 0.45 21.82 0.25 0.44
Hex 8B 68 54 0 19 28 2D 16 19 2C
Octal 213 150 124 0 31 50 55 26 31 54
Binary 10001011 1101000 1010100 0 11001 101000 101101 10110 11001 101100

Color Harmonies of #8B6854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6854

Black with #8B6854

Text Example


Text Example

White with #8B6854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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