Html Css Color HEX #8B6563 Light Wood

📋 copy color: '#8B6563'

red 139 ◦ green 101 ◦ blue 99

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

Shades of Light Wood #8B6563

Tints of Light Wood #8B6563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.79%

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 41%
G = 29.79%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B6563 (or 0x8B6563) is known color: Light Wood. HEX triplet: 8B, 65 and 63. RGB value is (139,101,99). Sum of RGB (Red+Green+Blue) = 139+101+99=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6563 is #749A9C. Grayscale: #707070. Windows color (decimal): -7641757 or 6514059. OLE color: 6514059.

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

Color convert

RGB 139 101 99 -
CMYK 0 0.27 0.29 0.45
HSL 0.17% 0.47% -
HSV(B) 0.29% 0.55% -
XYZ 17.55 15.7 13.91 -
YUV 112.13 120.59 147.16 -
System Red Green Blue C M Y K H S L
Decimal 139 101 99 0 0.27 0.29 0.45 3 0.17 0.47
Hex 8B 65 63 0 1B 1D 2D 3 11 2F
Octal 213 145 143 0 33 35 55 3 21 57
Binary 10001011 1100101 1100011 0 11011 11101 101101 11 10001 101111

Color Harmonies of #8B6563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6563

Black with #8B6563

Text Example


Text Example

White with #8B6563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,101,99); }

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

background-color css

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

 a { background-color: rgb(139,101,99); }

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

border-color css

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

 span { border-color: rgb(139,101,99); }

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