#648447

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

Shades of Dingley #648447

Tints of Dingley #648447

Color information

#648447 (or 0x648447) is unknown color: approx Dingley. HEX triplet: 64, 84 and 47. RGB value is (100,132,71). Sum of RGB (Red+Green+Blue) = 100+132+71=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #648447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648447 is #9B7BB8. Grayscale: #737373. Windows color (decimal): -10189753 or 4686948. OLE color: 4686948.

HSL color Cylindrical-coordinate representation of color #648447: hue angle of 91.48º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #648447 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB10013271-
CMYK0.2400.460.48
HSL91.48º30.05%39.8%-
HSV(B)91.48º46.21%51.76%-
XYZ14.6419.678.99-
YUV115.48102.9116.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.00%
GREEN value IS 132 (51.95% from 255) = 43.56%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=33.00%
G=43.56%
B=23.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132710.2400.460.4891.4830.0539.8
Hex6484471802E305b1e28
Octal14420410730056601333650
Binary1100100100001001000111110000101110110000101101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648447; }

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

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

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

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

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

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

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

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