#625855

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

Shades of Tundora #625855

Tints of Tundora #625855

Color information

#625855 (or 0x625855) is unknown color: approx Tundora. HEX triplet: 62, 58 and 55. RGB value is (98,88,85). Sum of RGB (Red+Green+Blue) = 98+88+85=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 98 - color contains mainly: red. Hex color #625855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625855 is #9DA7AA. Grayscale: #5A5A5A. Windows color (decimal): -10332075 or 5593186. OLE color: 5593186.

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

Color convert

RGB988885-
CMYK00.100.130.62
HSL13.85º7.1%35.88%-
HSV(B)13.85º13.27%38.43%-
XYZ10.1710.2310.03-
YUV90.65124.81133.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.16%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 85 (33.59% from 255) = 31.37%
R=36.16%
G=32.47%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98888500.100.130.6213.857.135.88
Hex6258550AD3Ee724
Octal142130125012157616744
Binary1100010101100010101010101011011111101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625855; }

 p { color: rgb(98,88,85); }

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

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

 a { background-color: rgb(98,88,85); }

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

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

 span { border-color: rgb(98,88,85); }

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