#615C12

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

Shades of Costa Del Sol #615C12

Tints of Costa Del Sol #615C12

Color information

#615C12 (or 0x615C12) is unknown color: approx Costa Del Sol. HEX triplet: 61, 5C and 12. RGB value is (97,92,18). Sum of RGB (Red+Green+Blue) = 97+92+18=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #615C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615C12 is #9EA3ED. Grayscale: #555555. Windows color (decimal): -10396654 or 1203297. OLE color: 1203297.

HSL color Cylindrical-coordinate representation of color #615C12: hue angle of 56.2º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #615C12 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB979218-
CMYK00.050.810.62
HSL56.2º68.7%22.55%-
HSV(B)56.2º81.44%38.04%-
XYZ8.8710.242.08-
YUV85.0690.16136.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 92 (36.33% from 255) = 44.44%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=46.86%
G=44.44%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97921800.050.810.6256.268.722.55
Hex615C1205513E384517
Octal1411342205121767010527
Binary110000110111001001001011010001111110111000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,92,18); }

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

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

 a { background-color: rgb(97,92,18); }

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

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

 span { border-color: rgb(97,92,18); }

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