#615B0D

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

Shades of Costa Del Sol #615B0D

Tints of Costa Del Sol #615B0D

Color information

#615B0D (or 0x615B0D) is unknown color: approx Costa Del Sol. HEX triplet: 61, 5B and 0D. RGB value is (97,91,13). Sum of RGB (Red+Green+Blue) = 97+91+13=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #615B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615B0D is #9EA4F2. Grayscale: #545454. Windows color (decimal): -10396915 or 875361. OLE color: 875361.

HSL color Cylindrical-coordinate representation of color #615B0D: hue angle of 55.71º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #615B0D is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB979113-
CMYK00.060.870.62
HSL55.71º76.36%21.57%-
HSV(B)55.71º86.6%38.04%-
XYZ8.7410.051.86-
YUV83.987.99137.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 91 (35.94% from 255) = 45.27%
BLUE value IS 13 (5.47% from 255) = 6.47%
R=48.26%
G=45.27%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97911300.060.870.6255.7176.3621.57
Hex615BD06573E384c16
Octal1411331506127767011426
Binary11000011011011110101101010111111110111000100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,91,13); }

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

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

 a { background-color: rgb(97,91,13); }

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

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

 span { border-color: rgb(97,91,13); }

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