#886645

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

Shades of Dark Wood #886645

Tints of Dark Wood #886645

Color information

#886645 (or 0x886645) is unknown color: approx Dark Wood. HEX triplet: 88, 66 and 45. RGB value is (136,102,69). Sum of RGB (Red+Green+Blue) = 136+102+69=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #886645 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886645 is #7799BA. Grayscale: #6C6C6C. Windows color (decimal): -7838139 or 4548232. OLE color: 4548232.

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

Color convert

RGB13610269-
CMYK00.250.490.47
HSL29.55º32.68%40.2%-
HSV(B)29.55º49.26%53.33%-
XYZ15.9815.177.72-
YUV108.4105.76147.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=44.30%
G=33.22%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361026900.250.490.4729.5532.6840.2
Hex886645019312F1e2128
Octal2101461050316157364150
Binary100010001100110100010101100111000110111111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886645; }

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

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

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

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

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

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

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

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