#605E1B

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

Shades of Costa Del Sol #605E1B

Tints of Costa Del Sol #605E1B

Color information

#605E1B (or 0x605E1B) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5E and 1B. RGB value is (96,94,27). Sum of RGB (Red+Green+Blue) = 96+94+27=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #605E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E1B is #9FA1E4. Grayscale: #575757. Windows color (decimal): -10461669 or 1793632. OLE color: 1793632.

HSL color Cylindrical-coordinate representation of color #605E1B: hue angle of 58.26º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #605E1B is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB969427-
CMYK00.020.720.62
HSL58.26º56.1%24.12%-
HSV(B)58.26º71.88%37.65%-
XYZ9.0210.572.6-
YUV86.9694.16134.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 94 (37.11% from 255) = 43.32%
BLUE value IS 27 (10.94% from 255) = 12.44%
R=44.24%
G=43.32%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96942700.020.720.6258.2656.124.12
Hex605E1B02483E3a3818
Octal140136330211076727030
Binary1100000101111011011010100100011111011101011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,94,27); }

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

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

 a { background-color: rgb(96,94,27); }

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

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

 span { border-color: rgb(96,94,27); }

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