#64754F

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

Shades of Dingley #64754F

Tints of Dingley #64754F

Color information

#64754F (or 0x64754F) is unknown color: approx Dingley. HEX triplet: 64, 75 and 4F. RGB value is (100,117,79). Sum of RGB (Red+Green+Blue) = 100+117+79=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #64754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64754F is #9B8AB0. Grayscale: #6B6B6B. Windows color (decimal): -10193585 or 5207396. OLE color: 5207396.

HSL color Cylindrical-coordinate representation of color #64754F: hue angle of 86.84º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64754F is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB10011779-
CMYK0.1500.320.54
HSL86.84º19.39%38.43%-
HSV(B)86.84º32.48%45.88%-
XYZ13.03169.8-
YUV107.58111.87122.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 79 (31.25% from 255) = 26.69%
R=33.78%
G=39.53%
B=26.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal100117790.1500.320.5486.8419.3938.43
Hex64754FF02036571326
Octal14416511717040661272346
Binary11001001110101100111111110100000110110101011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,117,79); }

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

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

 a { background-color: rgb(100,117,79); }

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

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

 span { border-color: rgb(100,117,79); }

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