Html Css Color HEX #8A684F Leather

📋 copy color: '#8A684F'

red 138 ◦ green 104 ◦ blue 79

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

Shades of Leather #8A684F

Tints of Leather #8A684F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 42.99%
G = 32.4%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#8A684F (or 0x8A684F) is known color: Leather. HEX triplet: 8A, 68 and 4F. RGB value is (138,104,79). Sum of RGB (Red+Green+Blue) = 138+104+79=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A684F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A684F is #7597B0. Grayscale: #6F6F6F. Windows color (decimal): -7706545 or 5204106. OLE color: 5204106.

HSL color Cylindrical-coordinate representation of color #8A684F: hue angle of 25.42º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A684F is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 104 79 -
CMYK 0 0.25 0.43 0.46
HSL 25.42º 0.27% 0.43% -
HSV(B) 25.42º 0.43% 0.54% -
XYZ 16.84 15.87 9.57 -
YUV 111.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 138 104 79 0 0.25 0.43 0.46 25.42 0.27 0.43
Hex 8A 68 4F 0 19 2B 2E 19 1B 2B
Octal 212 150 117 0 31 53 56 31 33 53
Binary 10001010 1101000 1001111 0 11001 101011 101110 11001 11011 101011

Color Harmonies of #8A684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A684F

Black with #8A684F

Text Example


Text Example

White with #8A684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,104,79); }

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

background-color css

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

 a { background-color: rgb(138,104,79); }

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

border-color css

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

 span { border-color: rgb(138,104,79); }

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