#64794B

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

Shades of Dingley #64794B

Tints of Dingley #64794B

Color information

#64794B (or 0x64794B) is unknown color: approx Dingley. HEX triplet: 64, 79 and 4B. RGB value is (100,121,75). Sum of RGB (Red+Green+Blue) = 100+121+75=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #64794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64794B is #9B86B4. Grayscale: #6D6D6D. Windows color (decimal): -10192565 or 4946276. OLE color: 4946276.

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

Color convert

RGB10012175-
CMYK0.1700.380.53
HSL87.39º23.47%38.43%-
HSV(B)87.39º38.02%47.45%-
XYZ13.3616.899.21-
YUV109.48108.54121.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=33.78%
G=40.88%
B=25.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal100121750.1700.380.5387.3923.4738.43
Hex64794B1102635571726
Octal14417111321046651272746
Binary110010011110011001011100010100110110101101011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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