#625F12

Color #625F12 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #625F12

Tints of Costa Del Sol #625F12

Color information

#625F12 (or 0x625F12) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5F and 12. RGB value is (98,95,18). Sum of RGB (Red+Green+Blue) = 98+95+18=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #625F12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625F12 is #9DA0ED. Grayscale: #575757. Windows color (decimal): -10330350 or 1204066. OLE color: 1204066.

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

Color convert

RGB989518-
CMYK00.030.820.62
HSL57.75º68.97%22.75%-
HSV(B)57.75º81.63%38.43%-
XYZ9.2410.822.17-
YUV87.1288.99135.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 95 (37.5% from 255) = 45.02%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=46.45%
G=45.02%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98951800.030.820.6257.7568.9722.75
Hex625F1203523E3a4517
Octal1421372203122767210527
Binary11000101011111100100111010010111110111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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