#8A6463

Color #8A6463 Light Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Wood #8A6463

Tints of Light Wood #8A6463

Color information

#8A6463 (or 0x8A6463) is unknown color: approx Light Wood. HEX triplet: 8A, 64 and 63. RGB value is (138,100,99). Sum of RGB (Red+Green+Blue) = 138+100+99=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6463 is #759B9C. Grayscale: #6F6F6F. Windows color (decimal): -7707549 or 6513802. OLE color: 6513802.

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

Color convert

RGB13810099-
CMYK00.280.280.46
HSL1.54º16.46%46.47%-
HSV(B)1.54º28.26%54.12%-
XYZ17.2915.4213.87-
YUV111.25121.09147.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=40.95%
G=29.67%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381009900.280.280.461.5416.4646.47
Hex8A646301C1C2E2102e
Octal212144143034345622056
Binary1000101011001001100011011100111001011101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,100,99); }

 H1.HeaderClassName
 {
   color: #8A6463;
 }
 .AnyTagClassName
 {
   color: #8A6463;
 }
</style>
background-color css

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

 a { background-color: rgb(138,100,99); }

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

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

 span { border-color: rgb(138,100,99); }

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