#64854A

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

Shades of Dingley #64854A

Tints of Dingley #64854A

Color information

#64854A (or 0x64854A) is unknown color: approx Dingley. HEX triplet: 64, 85 and 4A. RGB value is (100,133,74). Sum of RGB (Red+Green+Blue) = 100+133+74=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #64854A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64854A is #9B7AB5. Grayscale: #747474. Windows color (decimal): -10189494 or 4883812. OLE color: 4883812.

HSL color Cylindrical-coordinate representation of color #64854A: hue angle of 93.56º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64854A is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB10013374-
CMYK0.2500.440.48
HSL93.56º28.5%40.59%-
HSV(B)93.56º44.36%52.16%-
XYZ14.8819.989.55-
YUV116.41104.07116.3-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 74 (29.30% from 255) = 24.10%
R=32.57%
G=43.32%
B=24.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133740.2500.440.4893.5628.540.59
Hex64854A1902C305e1d29
Octal14420511231054601363551
Binary1100100100001011001010110010101100110000101111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,133,74); }

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

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

 a { background-color: rgb(100,133,74); }

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

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

 span { border-color: rgb(100,133,74); }

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