#627552

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

Shades of Dingley #627552

Tints of Dingley #627552

Color information

#627552 (or 0x627552) is unknown color: approx Dingley. HEX triplet: 62, 75 and 52. RGB value is (98,117,82). Sum of RGB (Red+Green+Blue) = 98+117+82=297 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.00% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #627552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627552 is #9D8AAD. Grayscale: #6B6B6B. Windows color (decimal): -10324654 or 5404002. OLE color: 5404002.

HSL color Cylindrical-coordinate representation of color #627552: hue angle of 92.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #627552 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB9811782-
CMYK0.1600.300.54
HSL92.57º17.59%39.02%-
HSV(B)92.57º29.91%45.88%-
XYZ12.9215.9310.38-
YUV107.33113.71121.35-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.00%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=33.00%
G=39.39%
B=27.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal98117820.1600.300.5492.5717.5939.02
Hex6275521001E365d1227
Octal14216512220036661352247
Binary11000101110101101001010000011110110110101110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627552; }

 p { color: rgb(98,117,82); }

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

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

 a { background-color: rgb(98,117,82); }

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

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

 span { border-color: rgb(98,117,82); }

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