#615A26

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

Shades of Costa Del Sol #615A26

Tints of Costa Del Sol #615A26

Color information

#615A26 (or 0x615A26) is unknown color: approx Costa Del Sol. HEX triplet: 61, 5A and 26. RGB value is (97,90,38). Sum of RGB (Red+Green+Blue) = 97+90+38=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #615A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A26 is #9EA5D9. Grayscale: #565656. Windows color (decimal): -10397146 or 2513505. OLE color: 2513505.

HSL color Cylindrical-coordinate representation of color #615A26: hue angle of 52.88º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #615A26 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB979038-
CMYK00.070.610.62
HSL52.88º43.7%26.47%-
HSV(B)52.88º60.82%38.04%-
XYZ8.949.993.29-
YUV86.16100.82135.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 38 (15.23% from 255) = 16.89%
R=43.11%
G=40%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97903800.070.610.6252.8843.726.47
Hex615A26073D3E352c1a
Octal14113246077576655432
Binary11000011011010100110011111110111111011010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615A26; }

 p { color: rgb(97,90,38); }

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

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

 a { background-color: rgb(97,90,38); }

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

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

 span { border-color: rgb(97,90,38); }

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