#5F611D

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

Shades of Costa Del Sol #5F611D

Tints of Costa Del Sol #5F611D

Color information

#5F611D (or 0x5F611D) is unknown color: approx Costa Del Sol. HEX triplet: 5F, 61 and 1D. RGB value is (95,97,29). Sum of RGB (Red+Green+Blue) = 95+97+29=221 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.99% from 221); Green value is 97 (38.28% from 255 or 43.89% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 97 - color contains mainly: green. Hex color #5F611D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F611D is #A09EE2. Grayscale: #585858. Windows color (decimal): -10526435 or 1925471. OLE color: 1925471.

HSL color Cylindrical-coordinate representation of color #5F611D: hue angle of 61.76º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5F611D is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB959729-
CMYK0.0200.700.62
HSL61.76º53.97%24.71%-
HSV(B)61.76º70.1%38.04%-
XYZ9.2211.072.81-
YUV88.6594.34132.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.99%
GREEN value IS 97 (38.28% from 255) = 43.89%
BLUE value IS 29 (11.72% from 255) = 13.12%
R=42.99%
G=43.89%
B=13.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597290.0200.700.6261.7653.9724.71
Hex5F611D20463E3e3619
Octal137141352010676766631
Binary1011111110000111101100100011011111011111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F611D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F611D; }

 p { color: rgb(95,97,29); }

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

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

 a { background-color: rgb(95,97,29); }

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

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

 span { border-color: rgb(95,97,29); }

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