Html Css Color HEX #8B6659 Leather

📋 copy color: '#8B6659'

red 139 ◦ green 102 ◦ blue 89

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

Shades of Leather #8B6659

Tints of Leather #8B6659

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.91%

 BLUE value IS 89 (35.16% from 255) = 26.97%

R = 42.12%
G = 30.91%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8B6659 (or 0x8B6659) is known color: Leather. HEX triplet: 8B, 66 and 59. RGB value is (139,102,89). Sum of RGB (Red+Green+Blue) = 139+102+89=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 89 (35.16% from 255 or 26.97% from 330); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6659 is #7499A6. Grayscale: #6F6F6F. Windows color (decimal): -7641511 or 5858955. OLE color: 5858955.

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

Color convert

RGB 139 102 89 -
CMYK 0 0.27 0.36 0.45
HSL 15.6º 0.22% 0.45% -
HSV(B) 15.6º 0.36% 0.55% -
XYZ 17.2 15.71 11.58 -
YUV 111.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 139 102 89 0 0.27 0.36 0.45 15.6 0.22 0.45
Hex 8B 66 59 0 1B 24 2D 10 16 2D
Octal 213 146 131 0 33 44 55 20 26 55
Binary 10001011 1100110 1011001 0 11011 100100 101101 10000 10110 101101

Color Harmonies of #8B6659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6659

Black with #8B6659

Text Example


Text Example

White with #8B6659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,102,89); }

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

background-color css

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

 a { background-color: rgb(139,102,89); }

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

border-color css

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

 span { border-color: rgb(139,102,89); }

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