Html Css Color HEX #8A6B54 Leather

📋 copy color: '#8A6B54'

red 138 ◦ green 107 ◦ blue 84

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

Shades of Leather #8A6B54

Tints of Leather #8A6B54

RGB

 RED value IS 138 (54.3% from 255) = 41.95%

 GREEN value IS 107 (42.19% from 255) = 32.52%

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

R = 41.95%
G = 32.52%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#8A6B54 (or 0x8A6B54) is known color: Leather. HEX triplet: 8A, 6B and 54. RGB value is (138,107,84). Sum of RGB (Red+Green+Blue) = 138+107+84=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B54 is #7594AB. Grayscale: #717171. Windows color (decimal): -7705772 or 5532554. OLE color: 5532554.

HSL color Cylindrical-coordinate representation of color #8A6B54: hue angle of 25.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A6B54 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 107 84 -
CMYK 0 0.22 0.39 0.46
HSL 25.56º 0.24% 0.44% -
HSV(B) 25.56º 0.39% 0.54% -
XYZ 17.34 16.56 10.67 -
YUV 113.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 138 107 84 0 0.22 0.39 0.46 25.56 0.24 0.44
Hex 8A 6B 54 0 16 27 2E 1A 18 2C
Octal 212 153 124 0 26 47 56 32 30 54
Binary 10001010 1101011 1010100 0 10110 100111 101110 11010 11000 101100

Color Harmonies of #8A6B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6B54

Black with #8A6B54

Text Example


Text Example

White with #8A6B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,107,84); }

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

background-color css

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

 a { background-color: rgb(138,107,84); }

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

border-color css

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

 span { border-color: rgb(138,107,84); }

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