#605830

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

Shades of Costa Del Sol #605830

Tints of Costa Del Sol #605830

Color information

#605830 (or 0x605830) is unknown color: approx Costa Del Sol. HEX triplet: 60, 58 and 30. RGB value is (96,88,48). Sum of RGB (Red+Green+Blue) = 96+88+48=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #605830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605830 is #9FA7CF. Grayscale: #565656. Windows color (decimal): -10463184 or 3168352. OLE color: 3168352.

HSL color Cylindrical-coordinate representation of color #605830: hue angle of 50º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #605830 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB968848-
CMYK00.080.500.62
HSL50º33.33%28.24%-
HSV(B)50º50%37.65%-
XYZ8.859.684.2-
YUV85.83106.65135.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 48 (19.14% from 255) = 20.69%
R=41.38%
G=37.93%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96884800.080.500.625033.3328.24
Hex60583008323E32211c
Octal140130600106276624134
Binary110000010110001100000100011001011111011001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605830; }

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

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

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

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

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

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

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

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