#625F5E

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

Shades of Dorado #625F5E

Tints of Dorado #625F5E

Color information

#625F5E (or 0x625F5E) is unknown color: approx Dorado. HEX triplet: 62, 5F and 5E. RGB value is (98,95,94). Sum of RGB (Red+Green+Blue) = 98+95+94=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 98 - color contains mainly: red. Hex color #625F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625F5E is #9DA0A1. Grayscale: #5F5F5F. Windows color (decimal): -10330274 or 6184802. OLE color: 6184802.

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

Color convert

RGB989594-
CMYK00.030.040.62
HSL15º2.08%37.65%-
HSV(B)15º4.08%38.43%-
XYZ11.1511.5912.24-
YUV95.78126.99129.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=34.15%
G=33.10%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98959400.030.040.62152.0837.65
Hex625F5E0343Ef226
Octal1421371360347617246
Binary110001010111111011110011100111110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,95,94); }

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

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

 a { background-color: rgb(98,95,94); }

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

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

 span { border-color: rgb(98,95,94); }

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