#615A00

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

Shades of Costa Del Sol #615A00

Tints of Costa Del Sol #615A00

Color information

#615A00 (or 0x615A00) is unknown color: approx Costa Del Sol. HEX triplet: 61, 5A and 00. RGB value is (97,90,0). Sum of RGB (Red+Green+Blue) = 97+90+0=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #615A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615A00 is #9EA5FF. Grayscale: #525252. Windows color (decimal): -10397184 or 23137. OLE color: 23137.

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

Color convert

RGB97900-
CMYK00.0710.62
HSL55.67º100%19.02%-
HSV(B)55.67º100%38.04%-
XYZ8.599.851.45-
YUV81.8381.82138.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 90 (35.55% from 255) = 48.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.87%
G=48.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9790000.0710.6255.6710019.02
Hex615A007643E386413
Octal141132007144767014423
Binary11000011011010001111100100111110111000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,90,0); }

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

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

 a { background-color: rgb(97,90,0); }

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

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

 span { border-color: rgb(97,90,0); }

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