#625f13

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

Shades of Costa Del Sol #625F13

Tints of Costa Del Sol #625F13

Color information

#625F13 (or 0x625F13) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5F and 13. RGB value is (98,95,19). Sum of RGB (Red+Green+Blue) = 98+95+19=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #625F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625F13 is #9DA0EC. Grayscale: #575757. Windows color (decimal): -10330349 or 1269602. OLE color: 1269602.

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

Color convert

RGB989519-
CMYK00.030.810.62
HSL57.72º67.52%22.94%-
HSV(B)57.72º80.61%38.43%-
XYZ9.2510.832.22-
YUV87.2389.49135.68-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 95 (37.5% from 255) = 44.81%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=46.23%
G=44.81%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98951900.030.810.6257.7267.5222.94
Hex625F1303513E3a4417
Octal1421372303121767210427
Binary11000101011111100110111010001111110111010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625f13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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