#605A08

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

Shades of Costa Del Sol #605A08

Tints of Costa Del Sol #605A08

Color information

#605A08 (or 0x605A08) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5A and 08. RGB value is (96,90,8). Sum of RGB (Red+Green+Blue) = 96+90+8=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 90 (35.55% from 255 or 46.39% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #605A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605A08 is #9FA5F7. Grayscale: #525252. Windows color (decimal): -10462712 or 547424. OLE color: 547424.

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

Color convert

RGB96908-
CMYK00.060.920.62
HSL55.91º84.62%20.39%-
HSV(B)55.91º91.67%37.65%-
XYZ8.529.821.68-
YUV82.4585.99137.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 90 (35.55% from 255) = 46.39%
BLUE value IS 8 (3.52% from 255) = 4.12%
R=49.48%
G=46.39%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9690800.060.920.6255.9184.6220.39
Hex605A8065C3E385514
Octal1401321006134767012524
Binary11000001011010100001101011100111110111000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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