#615C1F

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

Shades of Costa Del Sol #615C1F

Tints of Costa Del Sol #615C1F

Color information

#615C1F (or 0x615C1F) is unknown color: approx Costa Del Sol. HEX triplet: 61, 5C and 1F. RGB value is (97,92,31). Sum of RGB (Red+Green+Blue) = 97+92+31=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #615C1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C1F is #9EA3E0. Grayscale: #565656. Windows color (decimal): -10396641 or 2055265. OLE color: 2055265.

HSL color Cylindrical-coordinate representation of color #615C1F: hue angle of 55.45º 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 #615C1F is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB979231-
CMYK00.050.680.62
HSL55.45º51.56%25.1%-
HSV(B)55.45º68.04%38.04%-
XYZ910.292.81-
YUV86.5496.66135.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 92 (36.33% from 255) = 41.82%
BLUE value IS 31 (12.5% from 255) = 14.09%
R=44.09%
G=41.82%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97923100.050.680.6255.4551.5625.1
Hex615C1F05443E373419
Octal141134370510476676431
Binary11000011011100111110101100010011111011011111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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