#616031

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

Shades of Costa Del Sol #616031

Tints of Costa Del Sol #616031

Color information

#616031 (or 0x616031) is unknown color: approx Costa Del Sol. HEX triplet: 61, 60 and 31. RGB value is (97,96,49). Sum of RGB (Red+Green+Blue) = 97+96+49=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #616031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616031 is #9E9FCE. Grayscale: #5B5B5B. Windows color (decimal): -10395599 or 3235937. OLE color: 3235937.

HSL color Cylindrical-coordinate representation of color #616031: hue angle of 58.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #616031 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB979649-
CMYK00.010.490.62
HSL58.75º32.88%28.63%-
HSV(B)58.75º49.48%38.04%-
XYZ9.6711.134.54-
YUV90.94104.33132.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 49 (19.53% from 255) = 20.25%
R=40.08%
G=39.67%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97964900.010.490.6258.7532.8828.63
Hex61603101313E3b211d
Octal14114061016176734135
Binary110000111000001100010111000111111011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616031; }

 p { color: rgb(97,96,49); }

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

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

 a { background-color: rgb(97,96,49); }

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

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

 span { border-color: rgb(97,96,49); }

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