#625F0F

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

Shades of Costa Del Sol #625F0F

Tints of Costa Del Sol #625F0F

Color information

#625F0F (or 0x625F0F) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5F and 0F. RGB value is (98,95,15). Sum of RGB (Red+Green+Blue) = 98+95+15=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #625F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625F0F is #9DA0F0. Grayscale: #575757. Windows color (decimal): -10330353 or 1007458. OLE color: 1007458.

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

Color convert

RGB989515-
CMYK00.030.850.62
HSL57.83º73.45%22.16%-
HSV(B)57.83º84.69%38.43%-
XYZ9.2210.822.05-
YUV86.7887.49136-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.12%
GREEN value IS 95 (37.5% from 255) = 45.67%
BLUE value IS 15 (6.25% from 255) = 7.21%
R=47.12%
G=45.67%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98951500.030.850.6257.8373.4522.16
Hex625FF03553E3a4916
Octal1421371703125767211126
Binary1100010101111111110111010101111110111010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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