#616321

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

Shades of Costa Del Sol #616321

Tints of Costa Del Sol #616321

Color information

#616321 (or 0x616321) is unknown color: approx Costa Del Sol. HEX triplet: 61, 63 and 21. RGB value is (97,99,33). Sum of RGB (Red+Green+Blue) = 97+99+33=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #616321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616321 is #9E9CDE. Grayscale: #5B5B5B. Windows color (decimal): -10394847 or 2188129. OLE color: 2188129.

HSL color Cylindrical-coordinate representation of color #616321: hue angle of 61.82º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #616321 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB979933-
CMYK0.0200.670.61
HSL61.82º50%25.88%-
HSV(B)61.82º66.67%38.82%-
XYZ9.6711.573.16-
YUV90.8895.34132.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 33 (13.28% from 255) = 14.41%
R=42.36%
G=43.23%
B=14.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799330.0200.670.6161.825025.88
Hex61632120433D3e321a
Octal141143412010375766232
Binary11000011100011100001100100001111110111111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616321; }

 p { color: rgb(97,99,33); }

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

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

 a { background-color: rgb(97,99,33); }

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

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

 span { border-color: rgb(97,99,33); }

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