#64893F

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

Shades of Dingley #64893F

Tints of Dingley #64893F

Color information

#64893F (or 0x64893F) is unknown color: approx Dingley. HEX triplet: 64, 89 and 3F. RGB value is (100,137,63). Sum of RGB (Red+Green+Blue) = 100+137+63=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #64893F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64893F is #9B76C0. Grayscale: #757575. Windows color (decimal): -10188481 or 4163940. OLE color: 4163940.

HSL color Cylindrical-coordinate representation of color #64893F: hue angle of 90º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64893F is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB10013763-
CMYK0.2700.540.46
HSL90º37%39.22%-
HSV(B)90º54.01%53.73%-
XYZ15.120.967.95-
YUV117.597.24115.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.33%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 63 (25% from 255) = 21%
R=33.33%
G=45.67%
B=21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100137630.2700.540.46903739.22
Hex64893F1B0362E5a2527
Octal1442117733066561324547
Binary1100100100010011111111101101101101011101011010100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64893F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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