#86624B

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

Shades of Dark Wood #86624B

Tints of Dark Wood #86624B

Color information

#86624B (or 0x86624B) is unknown color: approx Dark Wood. HEX triplet: 86, 62 and 4B. RGB value is (134,98,75). Sum of RGB (Red+Green+Blue) = 134+98+75=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #86624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86624B is #799DB4. Grayscale: #6A6A6A. Windows color (decimal): -7970229 or 4940422. OLE color: 4940422.

HSL color Cylindrical-coordinate representation of color #86624B: hue angle of 23.39º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86624B is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1349875-
CMYK00.270.440.47
HSL23.39º28.23%40.98%-
HSV(B)23.39º44.03%52.55%-
XYZ15.4714.318.6-
YUV106.14110.43147.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 75 (29.69% from 255) = 24.43%
R=43.65%
G=31.92%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134987500.270.440.4723.3928.2340.98
Hex86624B01B2C2F171c29
Octal2061421130335457273451
Binary10000110110001010010110110111011001011111011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86624B; }

 p { color: rgb(134,98,75); }

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

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

 a { background-color: rgb(134,98,75); }

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

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

 span { border-color: rgb(134,98,75); }

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