#64854B

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

Shades of Dingley #64854B

Tints of Dingley #64854B

Color information

#64854B (or 0x64854B) is unknown color: approx Dingley. HEX triplet: 64, 85 and 4B. RGB value is (100,133,75). Sum of RGB (Red+Green+Blue) = 100+133+75=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #64854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64854B is #9B7AB4. Grayscale: #747474. Windows color (decimal): -10189493 or 4949348. OLE color: 4949348.

HSL color Cylindrical-coordinate representation of color #64854B: hue angle of 94.14º degrees, saturation: 0.28, 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 #64854B is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB10013375-
CMYK0.2500.440.48
HSL94.14º27.88%40.78%-
HSV(B)94.14º43.61%52.16%-
XYZ14.9119.999.73-
YUV116.52104.57116.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=32.47%
G=43.18%
B=24.35%

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
Decimal100133750.2500.440.4894.1427.8840.78
Hex64854B1902C305e1c29
Octal14420511331054601363451
Binary1100100100001011001011110010101100110000101111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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