Html Css Color HEX #8B6564 Light Wood

📋 copy color: '#8B6564'

red 139 ◦ green 101 ◦ blue 100

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

Shades of Light Wood #8B6564

Tints of Light Wood #8B6564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.41%

R = 40.88%
G = 29.71%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8B6564 (or 0x8B6564) is known color: Light Wood. HEX triplet: 8B, 65 and 64. RGB value is (139,101,100). Sum of RGB (Red+Green+Blue) = 139+101+100=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6564 is #749A9B. Grayscale: #707070. Windows color (decimal): -7641756 or 6579595. OLE color: 6579595.

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

Color convert

RGB 139 101 100 -
CMYK 0 0.27 0.28 0.45
HSL 1.54º 0.16% 0.47% -
HSV(B) 1.54º 0.28% 0.55% -
XYZ 17.6 15.72 14.16 -
YUV 112.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 139 101 100 0 0.27 0.28 0.45 1.54 0.16 0.47
Hex 8B 65 64 0 1B 1C 2D 2 10 2F
Octal 213 145 144 0 33 34 55 2 20 57
Binary 10001011 1100101 1100100 0 11011 11100 101101 10 10000 101111

Color Harmonies of #8B6564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6564

Black with #8B6564

Text Example


Text Example

White with #8B6564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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