#625652

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

Shades of Tundora #625652

Tints of Tundora #625652

Color information

#625652 (or 0x625652) is unknown color: approx Tundora. HEX triplet: 62, 56 and 52. RGB value is (98,86,82). Sum of RGB (Red+Green+Blue) = 98+86+82=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #625652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625652 is #9DA9AD. Grayscale: #595959. Windows color (decimal): -10332590 or 5396066. OLE color: 5396066.

HSL color Cylindrical-coordinate representation of color #625652: hue angle of 15º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #625652 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB988682-
CMYK00.120.160.62
HSL15º8.89%35.29%-
HSV(B)15º16.33%38.43%-
XYZ9.899.869.36-
YUV89.13123.98134.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.84%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=36.84%
G=32.33%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98868200.120.160.62158.8935.29
Hex6256520C103Ef923
Octal1421261220142076171143
Binary110001010101101010010011001000011111011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625652; }

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

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

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

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

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

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

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

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