Html Css Color HEX #8B684B Leather

📋 copy color: '#8B684B'

red 139 ◦ green 104 ◦ blue 75

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

Shades of Leather #8B684B

Tints of Leather #8B684B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.58%

R = 43.71%
G = 32.7%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8B684B (or 0x8B684B) is known color: Leather. HEX triplet: 8B, 68 and 4B. RGB value is (139,104,75). Sum of RGB (Red+Green+Blue) = 139+104+75=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B684B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B684B is #7497B4. Grayscale: #6F6F6F. Windows color (decimal): -7641013 or 4941963. OLE color: 4941963.

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

Color convert

RGB 139 104 75 -
CMYK 0 0.25 0.46 0.45
HSL 27.19º 0.3% 0.42% -
HSV(B) 27.19º 0.46% 0.55% -
XYZ 16.87 15.9 8.84 -
YUV 111.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 139 104 75 0 0.25 0.46 0.45 27.19 0.3 0.42
Hex 8B 68 4B 0 19 2E 2D 1B 1E 2A
Octal 213 150 113 0 31 56 55 33 36 52
Binary 10001011 1101000 1001011 0 11001 101110 101101 11011 11110 101010

Color Harmonies of #8B684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B684B

Black with #8B684B

Text Example


Text Example

White with #8B684B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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