#64794E

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

Shades of Dingley #64794E

Tints of Dingley #64794E

Color information

#64794E (or 0x64794E) is unknown color: approx Dingley. HEX triplet: 64, 79 and 4E. RGB value is (100,121,78). Sum of RGB (Red+Green+Blue) = 100+121+78=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 121 - color contains mainly: green. Hex color #64794E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64794E is #9B86B1. Grayscale: #6D6D6D. Windows color (decimal): -10192562 or 5142884. OLE color: 5142884.

HSL color Cylindrical-coordinate representation of color #64794E: hue angle of 89.3º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64794E is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB10012178-
CMYK0.1700.360.53
HSL89.3º21.61%39.02%-
HSV(B)89.3º35.54%47.45%-
XYZ13.4716.939.77-
YUV109.82110.04121-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.44%
GREEN value IS 121 (47.66% from 255) = 40.47%
BLUE value IS 78 (30.86% from 255) = 26.09%
R=33.44%
G=40.47%
B=26.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100121780.1700.360.5389.321.6139.02
Hex64794E1102435591627
Octal14417111621044651312647
Binary110010011110011001110100010100100110101101100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64794E; }

 p { color: rgb(100,121,78); }

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

<style>
 a { background-color: #64794E; }

 a { background-color: rgb(100,121,78); }

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

<style>
 span { border-color: #64794E; }

 span { border-color: rgb(100,121,78); }

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