#625A13

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

Shades of Costa Del Sol #625A13

Tints of Costa Del Sol #625A13

Color information

#625A13 (or 0x625A13) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5A and 13. RGB value is (98,90,19). Sum of RGB (Red+Green+Blue) = 98+90+19=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #625A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A13 is #9DA5EC. Grayscale: #545454. Windows color (decimal): -10331629 or 1268322. OLE color: 1268322.

HSL color Cylindrical-coordinate representation of color #625A13: hue angle of 53.92º 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 #625A13 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB989019-
CMYK00.080.810.62
HSL53.92º67.52%22.94%-
HSV(B)53.92º80.61%38.43%-
XYZ8.819.962.07-
YUV84.391.15137.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 90 (35.55% from 255) = 43.48%
BLUE value IS 19 (7.81% from 255) = 9.18%
R=47.34%
G=43.48%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98901900.080.810.6253.9267.5222.94
Hex625A1308513E364417
Octal14213223010121766610427
Binary1100010101101010011010001010001111110110110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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