Html Css Color HEX #8B684D Leather

📋 copy color: '#8B684D'

red 139 ◦ green 104 ◦ blue 77

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

Shades of Leather #8B684D

Tints of Leather #8B684D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 43.44%
G = 32.5%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B684D (or 0x8B684D) is known color: Leather. HEX triplet: 8B, 68 and 4D. RGB value is (139,104,77). Sum of RGB (Red+Green+Blue) = 139+104+77=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B684D is #7497B2. Grayscale: #6F6F6F. Windows color (decimal): -7641011 or 5073035. OLE color: 5073035.

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

Color convert

RGB 139 104 77 -
CMYK 0 0.25 0.45 0.45
HSL 26.13º 0.29% 0.42% -
HSV(B) 26.13º 0.45% 0.55% -
XYZ 16.94 15.93 9.2 -
YUV 111.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 139 104 77 0 0.25 0.45 0.45 26.13 0.29 0.42
Hex 8B 68 4D 0 19 2D 2D 1A 1D 2A
Octal 213 150 115 0 31 55 55 32 35 52
Binary 10001011 1101000 1001101 0 11001 101101 101101 11010 11101 101010

Color Harmonies of #8B684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B684D

Black with #8B684D

Text Example


Text Example

White with #8B684D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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