#5D663D

Color #5D663D Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #5D663D

Tints of Woodland #5D663D

Color information

#5D663D (or 0x5D663D) is unknown color: approx Woodland. HEX triplet: 5D, 66 and 3D. RGB value is (93,102,61). Sum of RGB (Red+Green+Blue) = 93+102+61=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #5D663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D663D is #A299C2. Grayscale: #5E5E5E. Windows color (decimal): -10656195 or 4023901. OLE color: 4023901.

HSL color Cylindrical-coordinate representation of color #5D663D: hue angle of 73.17º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D663D is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB9310261-
CMYK0.0900.400.6
HSL73.17º25.15%31.96%-
HSV(B)73.17º40.2%40%-
XYZ10.1112.176.23-
YUV94.64109.02126.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.33%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=36.33%
G=39.84%
B=23.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal93102610.0900.400.673.1725.1531.96
Hex5D663D90283C491920
Octal1351467511050741113140
Binary1011101110011011110110010101000111100100100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D663D; }

 p { color: rgb(93,102,61); }

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

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

 a { background-color: rgb(93,102,61); }

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

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

 span { border-color: rgb(93,102,61); }

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