#648646

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

Shades of Dingley #648646

Tints of Dingley #648646

Color information

#648646 (or 0x648646) is unknown color: approx Dingley. HEX triplet: 64, 86 and 46. RGB value is (100,134,70). Sum of RGB (Red+Green+Blue) = 100+134+70=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #648646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648646 is #9B79B9. Grayscale: #747474. Windows color (decimal): -10189242 or 4621924. OLE color: 4621924.

HSL color Cylindrical-coordinate representation of color #648646: hue angle of 91.88º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #648646 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB10013470-
CMYK0.2500.480.47
HSL91.88º31.37%40%-
HSV(B)91.88º47.76%52.55%-
XYZ14.8920.28.91-
YUV116.54101.74116.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.89%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 70 (27.73% from 255) = 23.03%
R=32.89%
G=44.08%
B=23.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100134700.2500.480.4791.8831.3740
Hex648646190302F5c1f28
Octal14420610631060571343750
Binary1100100100001101000110110010110000101111101110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648646; }

 p { color: rgb(100,134,70); }

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

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

 a { background-color: rgb(100,134,70); }

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

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

 span { border-color: rgb(100,134,70); }

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