#64813F

Color #64813F Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #64813F

Tints of Dingley #64813F

Color information

#64813F (or 0x64813F) is unknown color: approx Dingley. HEX triplet: 64, 81 and 3F. RGB value is (100,129,63). Sum of RGB (Red+Green+Blue) = 100+129+63=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 129 - color contains mainly: green. Hex color #64813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64813F is #9B7EC0. Grayscale: #717171. Windows color (decimal): -10190529 or 4161892. OLE color: 4161892.

HSL color Cylindrical-coordinate representation of color #64813F: hue angle of 86.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64813F is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB10012963-
CMYK0.2200.510.49
HSL86.36º34.38%37.65%-
HSV(B)86.36º51.16%50.59%-
XYZ1418.777.59-
YUV112.899.89118.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.25%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 63 (25% from 255) = 21.58%
R=34.25%
G=44.18%
B=21.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100129630.2200.510.4986.3634.3837.65
Hex64813F1603331562226
Octal1442017726063611264246
Binary1100100100000011111111011001100111100011010110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64813F; }

 p { color: rgb(100,129,63); }

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

<style>
 a { background-color: #64813F; }

 a { background-color: rgb(100,129,63); }

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

<style>
 span { border-color: #64813F; }

 span { border-color: rgb(100,129,63); }

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