#605A0F

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

Shades of Costa Del Sol #605A0F

Tints of Costa Del Sol #605A0F

Color information

#605A0F (or 0x605A0F) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5A and 0F. RGB value is (96,90,15). Sum of RGB (Red+Green+Blue) = 96+90+15=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #605A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605A0F is #9FA5F0. Grayscale: #535353. Windows color (decimal): -10462705 or 1006176. OLE color: 1006176.

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

Color convert

RGB969015-
CMYK00.060.840.62
HSL55.56º72.97%21.76%-
HSV(B)55.56º84.38%37.65%-
XYZ8.579.831.9-
YUV83.2489.49137.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 90 (35.55% from 255) = 44.78%
BLUE value IS 15 (6.25% from 255) = 7.46%
R=47.76%
G=44.78%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96901500.060.840.6255.5672.9721.76
Hex605AF06543E384916
Octal1401321706124767011126
Binary11000001011010111101101010100111110111000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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