#60580E

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

Shades of Costa Del Sol #60580E

Tints of Costa Del Sol #60580E

Color information

#60580E (or 0x60580E) is unknown color: approx Costa Del Sol. HEX triplet: 60, 58 and 0E. RGB value is (96,88,14). Sum of RGB (Red+Green+Blue) = 96+88+14=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #60580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60580E is #9FA7F1. Grayscale: #525252. Windows color (decimal): -10463218 or 940128. OLE color: 940128.

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

Color convert

RGB968814-
CMYK00.080.850.62
HSL54.15º74.55%21.57%-
HSV(B)54.15º85.42%37.65%-
XYZ8.399.51.81-
YUV81.9689.65138.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.48%
GREEN value IS 88 (34.77% from 255) = 44.44%
BLUE value IS 14 (5.86% from 255) = 7.07%
R=48.48%
G=44.44%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96881400.080.850.6254.1574.5521.57
Hex6058E08553E364b16
Octal14013016010125766611326
Binary110000010110001110010001010101111110110110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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