Html Css Color HEX #8B685C Leather

📋 copy color: '#8B685C'

red 139 ◦ green 104 ◦ blue 92

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

Shades of Leather #8B685C

Tints of Leather #8B685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.46%

R = 41.49%
G = 31.04%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8B685C (or 0x8B685C) is known color: Leather. HEX triplet: 8B, 68 and 5C. RGB value is (139,104,92). Sum of RGB (Red+Green+Blue) = 139+104+92=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B685C is #7497A3. Grayscale: #717171. Windows color (decimal): -7640996 or 6056075. OLE color: 6056075.

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

Color convert

RGB 139 104 92 -
CMYK 0 0.25 0.34 0.45
HSL 15.32º 0.2% 0.45% -
HSV(B) 15.32º 0.34% 0.55% -
XYZ 17.53 16.16 12.32 -
YUV 113.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 139 104 92 0 0.25 0.34 0.45 15.32 0.2 0.45
Hex 8B 68 5C 0 19 22 2D F 14 2D
Octal 213 150 134 0 31 42 55 17 24 55
Binary 10001011 1101000 1011100 0 11001 100010 101101 1111 10100 101101

Color Harmonies of #8B685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B685C

Black with #8B685C

Text Example


Text Example

White with #8B685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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