#615B0C

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

Shades of Costa Del Sol #615B0C

Tints of Costa Del Sol #615B0C

Color information

#615B0C (or 0x615B0C) is unknown color: approx Costa Del Sol. HEX triplet: 61, 5B and 0C. RGB value is (97,91,12). Sum of RGB (Red+Green+Blue) = 97+91+12=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 91 (35.94% from 255 or 45.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #615B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615B0C is #9EA4F3. Grayscale: #545454. Windows color (decimal): -10396916 or 809825. OLE color: 809825.

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

Color convert

RGB979112-
CMYK00.060.880.62
HSL55.76º77.98%21.37%-
HSV(B)55.76º87.63%38.04%-
XYZ8.7410.051.83-
YUV83.7987.49137.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 91 (35.94% from 255) = 45.5%
BLUE value IS 12 (5.08% from 255) = 6%
R=48.5%
G=45.5%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97911200.060.880.6255.7677.9821.37
Hex615BC06583E384e15
Octal1411331406130767011625
Binary11000011011011110001101011000111110111000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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