#648647

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

Shades of Dingley #648647

Tints of Dingley #648647

Color information

#648647 (or 0x648647) is unknown color: approx Dingley. HEX triplet: 64, 86 and 47. RGB value is (100,134,71). Sum of RGB (Red+Green+Blue) = 100+134+71=305 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.79% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #648647 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648647 is #9B79B8. Grayscale: #747474. Windows color (decimal): -10189241 or 4687460. OLE color: 4687460.

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

Color convert

RGB10013471-
CMYK0.2500.470.47
HSL92.38º30.73%40.2%-
HSV(B)92.38º47.01%52.55%-
XYZ14.9220.219.08-
YUV116.65102.24116.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.79%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=32.79%
G=43.93%
B=23.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100134710.2500.470.4792.3830.7340.2
Hex6486471902F2F5c1f28
Octal14420610731057571343750
Binary1100100100001101000111110010101111101111101110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648647; }

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

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

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

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

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

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

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

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