#625A56

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

Shades of Tundora #625A56

Tints of Tundora #625A56

Color information

#625A56 (or 0x625A56) is unknown color: approx Tundora. HEX triplet: 62, 5A and 56. RGB value is (98,90,86). Sum of RGB (Red+Green+Blue) = 98+90+86=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #625A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A56 is #9DA5A9. Grayscale: #5B5B5B. Windows color (decimal): -10331562 or 5659234. OLE color: 5659234.

HSL color Cylindrical-coordinate representation of color #625A56: hue angle of 20º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #625A56 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB989086-
CMYK00.080.120.62
HSL20º6.52%36.08%-
HSV(B)20º12.24%38.43%-
XYZ10.3710.5810.3-
YUV91.94124.65132.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=35.77%
G=32.85%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98908600.080.120.62206.5236.08
Hex625A5608C3E14724
Octal142132126010147624744
Binary11000101011010101011001000110011111010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625A56; }

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

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

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

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

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

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

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

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