#64693A

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

Shades of Woodland #64693A

Tints of Woodland #64693A

Color information

#64693A (or 0x64693A) is unknown color: approx Woodland. HEX triplet: 64, 69 and 3A. RGB value is (100,105,58). Sum of RGB (Red+Green+Blue) = 100+105+58=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #64693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64693A is #9B96C5. Grayscale: #626262. Windows color (decimal): -10196678 or 3828068. OLE color: 3828068.

HSL color Cylindrical-coordinate representation of color #64693A: hue angle of 66.38º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #64693A is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB10010558-
CMYK0.0500.450.59
HSL66.38º28.83%31.96%-
HSV(B)66.38º44.76%41.18%-
XYZ11.0713.125.95-
YUV98.15105.34129.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.02%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 58 (23.05% from 255) = 22.05%
R=38.02%
G=39.92%
B=22.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100105580.0500.450.5966.3828.8331.96
Hex64693A502D3B421d20
Octal144151725055731023540
Binary110010011010011110101010101101111011100001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,105,58); }

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

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

 a { background-color: rgb(100,105,58); }

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

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

 span { border-color: rgb(100,105,58); }

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