#886665

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

Shades of Light Wood #886665

Tints of Light Wood #886665

Color information

#886665 (or 0x886665) is unknown color: approx Light Wood. HEX triplet: 88, 66 and 65. RGB value is (136,102,101). Sum of RGB (Red+Green+Blue) = 136+102+101=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #886665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886665 is #77999A. Grayscale: #707070. Windows color (decimal): -7838107 or 6645384. OLE color: 6645384.

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

Color convert

RGB136102101-
CMYK00.250.260.47
HSL1.71º14.77%46.47%-
HSV(B)1.71º25.74%53.33%-
XYZ17.2515.6814.43-
YUV112.05121.76145.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=40.12%
G=30.09%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610210100.250.260.471.7114.7746.47
Hex8866650191A2F2f2e
Octal210146145031325721756
Binary100010001100110110010101100111010101111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886665; }

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

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

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

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

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

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

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

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