#615A0C

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

Shades of Costa Del Sol #615A0C

Tints of Costa Del Sol #615A0C

Color information

#615A0C (or 0x615A0C) is unknown color: approx Costa Del Sol. HEX triplet: 61, 5A and 0C. RGB value is (97,90,12). Sum of RGB (Red+Green+Blue) = 97+90+12=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #615A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615A0C is #9EA5F3. Grayscale: #535353. Windows color (decimal): -10397172 or 809569. OLE color: 809569.

HSL color Cylindrical-coordinate representation of color #615A0C: hue angle of 55.06º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #615A0C is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB979012-
CMYK00.070.880.62
HSL55.06º77.98%21.37%-
HSV(B)55.06º87.63%38.04%-
XYZ8.659.881.8-
YUV83.287.82137.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 90 (35.55% from 255) = 45.23%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=48.74%
G=45.23%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97901200.070.880.6255.0677.9821.37
Hex615AC07583E374e15
Octal1411321407130766711625
Binary11000011011010110001111011000111110110111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,90,12); }

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

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

 a { background-color: rgb(97,90,12); }

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

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

 span { border-color: rgb(97,90,12); }

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