#648247

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

Shades of Dingley #648247

Tints of Dingley #648247

Color information

#648247 (or 0x648247) is unknown color: approx Dingley. HEX triplet: 64, 82 and 47. RGB value is (100,130,71). Sum of RGB (Red+Green+Blue) = 100+130+71=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #648247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648247 is #9B7DB8. Grayscale: #727272. Windows color (decimal): -10190265 or 4686436. OLE color: 4686436.

HSL color Cylindrical-coordinate representation of color #648247: hue angle of 90.51º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #648247 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB10013071-
CMYK0.2300.450.49
HSL90.51º29.35%39.41%-
HSV(B)90.51º45.38%50.98%-
XYZ14.3819.138.9-
YUV114.3103.56117.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=33.22%
G=43.19%
B=23.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130710.2300.450.4990.5129.3539.41
Hex6482471702D315b1d27
Octal14420210727055611333547
Binary1100100100000101000111101110101101110001101101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648247; }

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

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

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

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

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

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

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

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