#60580D

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

Shades of Costa Del Sol #60580D

Tints of Costa Del Sol #60580D

Color information

#60580D (or 0x60580D) is unknown color: approx Costa Del Sol. HEX triplet: 60, 58 and 0D. RGB value is (96,88,13). Sum of RGB (Red+Green+Blue) = 96+88+13=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 88 (34.77% from 255 or 44.67% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #60580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60580D is #9FA7F2. Grayscale: #525252. Windows color (decimal): -10463219 or 874592. OLE color: 874592.

HSL color Cylindrical-coordinate representation of color #60580D: hue angle of 54.22º 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 #60580D is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB968813-
CMYK00.080.860.62
HSL54.22º76.15%21.37%-
HSV(B)54.22º86.46%37.65%-
XYZ8.399.51.77-
YUV81.8489.15138.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 88 (34.77% from 255) = 44.67%
BLUE value IS 13 (5.47% from 255) = 6.60%
R=48.73%
G=44.67%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96881300.080.860.6254.2276.1521.37
Hex6058D08563E364c15
Octal14013015010126766611425
Binary110000010110001101010001010110111110110110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60580D; }

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

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

<style>
 a { background-color: #60580D; }

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

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

<style>
 span { border-color: #60580D; }

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

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