#615B01

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

Shades of Costa Del Sol #615B01

Tints of Costa Del Sol #615B01

Color information

#615B01 (or 0x615B01) is unknown color: approx Costa Del Sol. HEX triplet: 61, 5B and 01. RGB value is (97,91,1). Sum of RGB (Red+Green+Blue) = 97+91+1=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 91 (35.94% from 255 or 48.15% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #615B01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615B01 is #9EA4FE. Grayscale: #525252. Windows color (decimal): -10396927 or 88929. OLE color: 88929.

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

Color convert

RGB97911-
CMYK00.060.990.62
HSL56.25º97.96%19.22%-
HSV(B)56.25º98.97%38.04%-
XYZ8.6810.031.51-
YUV82.5381.99138.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 91 (35.94% from 255) = 48.15%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=51.32%
G=48.15%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9791100.060.990.6256.2597.9619.22
Hex615B106633E386213
Octal141133106143767014223
Binary11000011011011101101100011111110111000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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