#5E611F

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

Shades of Costa Del Sol #5E611F

Tints of Costa Del Sol #5E611F

Color information

#5E611F (or 0x5E611F) is unknown color: approx Costa Del Sol. HEX triplet: 5E, 61 and 1F. RGB value is (94,97,31). Sum of RGB (Red+Green+Blue) = 94+97+31=222 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.34% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #5E611F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E611F is #A19EE0. Grayscale: #585858. Windows color (decimal): -10591969 or 2056542. OLE color: 2056542.

HSL color Cylindrical-coordinate representation of color #5E611F: hue angle of 62.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E611F is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB949731-
CMYK0.0300.680.62
HSL62.73º51.56%25.1%-
HSV(B)62.73º68.04%38.04%-
XYZ9.1411.032.94-
YUV88.5895.51131.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 42.34%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 31 (12.5% from 255) = 13.96%
R=42.34%
G=43.69%
B=13.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9497310.0300.680.6262.7351.5625.1
Hex5E611F30443E3f3419
Octal136141373010476776431
Binary1011110110000111111110100010011111011111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,97,31); }

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

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

 a { background-color: rgb(94,97,31); }

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

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

 span { border-color: rgb(94,97,31); }

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