#615F14

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

Shades of Costa Del Sol #615F14

Tints of Costa Del Sol #615F14

Color information

#615F14 (or 0x615F14) is unknown color: approx Costa Del Sol. HEX triplet: 61, 5F and 14. RGB value is (97,95,20). Sum of RGB (Red+Green+Blue) = 97+95+20=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 95 (37.5% from 255 or 44.81% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #615F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615F14 is #9EA0EB. Grayscale: #575757. Windows color (decimal): -10395884 or 1335137. OLE color: 1335137.

HSL color Cylindrical-coordinate representation of color #615F14: hue angle of 58.44º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #615F14 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB979520-
CMYK00.020.790.62
HSL58.44º65.81%22.94%-
HSV(B)58.44º79.38%38.04%-
XYZ9.1510.782.26-
YUV87.0590.16135.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 95 (37.5% from 255) = 44.81%
BLUE value IS 20 (8.20% from 255) = 9.43%
R=45.75%
G=44.81%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97952000.020.790.6258.4465.8122.94
Hex615F14024F3E3a4217
Octal1411372402117767210227
Binary11000011011111101000101001111111110111010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615F14; }

 p { color: rgb(97,95,20); }

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

<style>
 a { background-color: #615F14; }

 a { background-color: rgb(97,95,20); }

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

<style>
 span { border-color: #615F14; }

 span { border-color: rgb(97,95,20); }

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