#605A0D

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

Shades of Costa Del Sol #605A0D

Tints of Costa Del Sol #605A0D

Color information

#605A0D (or 0x605A0D) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5A and 0D. RGB value is (96,90,13). Sum of RGB (Red+Green+Blue) = 96+90+13=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #605A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605A0D is #9FA5F2. Grayscale: #535353. Windows color (decimal): -10462707 or 875104. OLE color: 875104.

HSL color Cylindrical-coordinate representation of color #605A0D: hue angle of 55.66º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #605A0D is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB969013-
CMYK00.060.860.62
HSL55.66º76.15%21.37%-
HSV(B)55.66º86.46%37.65%-
XYZ8.559.831.83-
YUV83.0288.49137.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 90 (35.55% from 255) = 45.23%
BLUE value IS 13 (5.47% from 255) = 6.53%
R=48.24%
G=45.23%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96901300.060.860.6255.6676.1521.37
Hex605AD06563E384c15
Octal1401321506126767011425
Binary11000001011010110101101010110111110111000100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605A0D; }

 p { color: rgb(96,90,13); }

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

<style>
 a { background-color: #605A0D; }

 a { background-color: rgb(96,90,13); }

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

<style>
 span { border-color: #605A0D; }

 span { border-color: rgb(96,90,13); }

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