#64854C

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

Shades of Dingley #64854C

Tints of Dingley #64854C

Color information

#64854C (or 0x64854C) is unknown color: approx Dingley. HEX triplet: 64, 85 and 4C. RGB value is (100,133,76). Sum of RGB (Red+Green+Blue) = 100+133+76=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #64854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64854C is #9B7AB3. Grayscale: #747474. Windows color (decimal): -10189492 or 5014884. OLE color: 5014884.

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

Color convert

RGB10013376-
CMYK0.2500.430.48
HSL94.74º27.27%40.98%-
HSV(B)94.74º42.86%52.16%-
XYZ14.9520.019.91-
YUV116.64105.07116.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=32.36%
G=43.04%
B=24.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133760.2500.430.4894.7427.2740.98
Hex64854C1902B305f1b29
Octal14420511431053601373351
Binary1100100100001011001100110010101011110000101111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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