#625C5A

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

Shades of Tundora #625C5A

Tints of Tundora #625C5A

Color information

#625C5A (or 0x625C5A) is unknown color: approx Tundora. HEX triplet: 62, 5C and 5A. RGB value is (98,92,90). Sum of RGB (Red+Green+Blue) = 98+92+90=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 98 - color contains mainly: red. Hex color #625C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C5A is #9DA3A5. Grayscale: #5D5D5D. Windows color (decimal): -10331046 or 5921890. OLE color: 5921890.

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

Color convert

RGB989290-
CMYK00.060.080.62
HSL15º4.26%36.86%-
HSV(B)15º8.16%38.43%-
XYZ10.7110.9911.23-
YUV93.57125.99131.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 90 (35.55% from 255) = 32.14%
R=35%
G=32.86%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98929000.060.080.62154.2636.86
Hex625C5A0683Ef425
Octal14213413206107617445
Binary110001010111001011010011010001111101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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