#85664A

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

Shades of Dark Wood #85664A

Tints of Dark Wood #85664A

Color information

#85664A (or 0x85664A) is unknown color: approx Dark Wood. HEX triplet: 85, 66 and 4A. RGB value is (133,102,74). Sum of RGB (Red+Green+Blue) = 133+102+74=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85664A is #7A99B5. Grayscale: #6C6C6C. Windows color (decimal): -8034742 or 4875909. OLE color: 4875909.

HSL color Cylindrical-coordinate representation of color #85664A: hue angle of 28.47º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85664A is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13310274-
CMYK00.230.440.48
HSL28.47º28.5%40.59%-
HSV(B)28.47º44.36%52.16%-
XYZ15.6614.988.55-
YUV108.08108.77145.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 102 (40.23% from 255) = 33.01%
BLUE value IS 74 (29.30% from 255) = 23.95%
R=43.04%
G=33.01%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331027400.230.440.4828.4728.540.59
Hex85664A0172C301c1d29
Octal2051461120275460343551
Binary10000101110011010010100101111011001100001110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85664A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85664A; }

 p { color: rgb(133,102,74); }

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

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

 a { background-color: rgb(133,102,74); }

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

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

 span { border-color: rgb(133,102,74); }

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