#64683D

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

Shades of Woodland #64683D

Tints of Woodland #64683D

Color information

#64683D (or 0x64683D) is unknown color: approx Woodland. HEX triplet: 64, 68 and 3D. RGB value is (100,104,61). Sum of RGB (Red+Green+Blue) = 100+104+61=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #64683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64683D is #9B97C2. Grayscale: #626262. Windows color (decimal): -10196931 or 4024420. OLE color: 4024420.

HSL color Cylindrical-coordinate representation of color #64683D: hue angle of 65.58º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64683D is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB10010461-
CMYK0.0400.410.59
HSL65.58º26.06%32.35%-
HSV(B)65.58º41.35%40.78%-
XYZ11.0512.956.33-
YUV97.9107.17129.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.74%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=37.74%
G=39.25%
B=23.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100104610.0400.410.5965.5826.0632.35
Hex64683D40293B421a20
Octal144150754051731023240
Binary110010011010001111011000101001111011100001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64683D; }

 p { color: rgb(100,104,61); }

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

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

 a { background-color: rgb(100,104,61); }

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

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

 span { border-color: rgb(100,104,61); }

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