#8A6665

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

Shades of Light Wood #8A6665

Tints of Light Wood #8A6665

Color information

#8A6665 (or 0x8A6665) is unknown color: approx Light Wood. HEX triplet: 8A, 66 and 65. RGB value is (138,102,101). Sum of RGB (Red+Green+Blue) = 138+102+101=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6665 is #75999A. Grayscale: #707070. Windows color (decimal): -7707035 or 6645386. OLE color: 6645386.

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

Color convert

RGB138102101-
CMYK00.260.270.46
HSL1.62º15.48%46.86%-
HSV(B)1.62º26.81%54.12%-
XYZ17.5815.8514.44-
YUV112.65121.43146.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.47%
GREEN value IS 102 (40.23% from 255) = 29.91%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=40.47%
G=29.91%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810210100.260.270.461.6215.4846.86
Hex8A666501A1B2E2f2f
Octal212146145032335621757
Binary100010101100110110010101101011011101110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,102,101); }

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

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

 a { background-color: rgb(138,102,101); }

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

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

 span { border-color: rgb(138,102,101); }

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