#62580F

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

Shades of Costa Del Sol #62580F

Tints of Costa Del Sol #62580F

Color information

#62580F (or 0x62580F) is unknown color: approx Costa Del Sol. HEX triplet: 62, 58 and 0F. RGB value is (98,88,15). Sum of RGB (Red+Green+Blue) = 98+88+15=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 98 - color contains mainly: red. Hex color #62580F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62580F is #9DA7F0. Grayscale: #525252. Windows color (decimal): -10332145 or 1005666. OLE color: 1005666.

HSL color Cylindrical-coordinate representation of color #62580F: hue angle of 52.77º 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 #62580F is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB988815-
CMYK00.100.850.62
HSL52.77º73.45%22.16%-
HSV(B)52.77º84.69%38.43%-
XYZ8.619.611.85-
YUV82.6789.81138.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 15 (6.25% from 255) = 7.46%
R=48.76%
G=43.78%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98881500.100.850.6252.7773.4522.16
Hex6258F0A553E354916
Octal14213017012125766511126
Binary110001010110001111010101010101111110110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62580F; }

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

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

<style>
 a { background-color: #62580F; }

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

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

<style>
 span { border-color: #62580F; }

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

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