Html Css Color HEX #616011 Costa Del Sol

📋 copy color: '#616011'

red 97 ◦ green 96 ◦ blue 17

#616011
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Costa Del Sol #616011

Tints of Costa Del Sol #616011

RGB

 RED value IS 97 (38.28% from 255) = 46.19%

 GREEN value IS 96 (37.89% from 255) = 45.71%

 BLUE value IS 17 (7.03% from 255) = 8.1%

R = 46.19%
G = 45.71%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#616011 (or 0x616011) is known color: Costa Del Sol. HEX triplet: 61, 60 and 11. RGB value is (97,96,17). Sum of RGB (Red+Green+Blue) = 97+96+17=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #616011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616011 is #9E9FEE. Grayscale: #575757. Windows color (decimal): -10395631 or 1138785. OLE color: 1138785.

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

Color convert

RGB 97 96 17 -
CMYK 0 0.01 0.82 0.62
HSL 59.25º 0.7% 0.22% -
HSV(B) 59.25º 0.82% 0.38% -
XYZ 9.21 10.95 2.16 -
YUV 87.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 97 96 17 0 0.01 0.82 0.62 59.25 0.7 0.22
Hex 61 60 11 0 1 52 3E 3B 46 16
Octal 141 140 21 0 1 122 76 73 106 26
Binary 1100001 1100000 10001 0 1 1010010 111110 111011 1000110 10110

Color Harmonies of #616011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616011

Black with #616011

Text Example


Text Example

White with #616011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616011; }

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

 H1.HeaderClassName
 {
   color: #616011;
 }
 .AnyTagClassName
 {
   color: #616011;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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