Html Css Color HEX #616221 Costa Del Sol

📋 copy color: '#616221'

red 97 ◦ green 98 ◦ blue 33

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

Shades of Costa Del Sol #616221

Tints of Costa Del Sol #616221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

 BLUE value IS 33 (13.28% from 255) = 14.47%

R = 42.54%
G = 42.98%
B = 14.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#616221 (or 0x616221) is known color: Costa Del Sol. HEX triplet: 61, 62 and 21. RGB value is (97,98,33). Sum of RGB (Red+Green+Blue) = 97+98+33=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #616221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616221 is #9E9DDE. Grayscale: #5A5A5A. Windows color (decimal): -10395103 or 2187873. OLE color: 2187873.

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

Color convert

RGB 97 98 33 -
CMYK 0.01 0 0.66 0.62
HSL 60.92º 0.5% 0.26% -
HSV(B) 60.92º 0.66% 0.38% -
XYZ 9.57 11.39 3.13 -
YUV 90.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 97 98 33 0.01 0 0.66 0.62 60.92 0.5 0.26
Hex 61 62 21 1 0 42 3E 3D 32 1A
Octal 141 142 41 1 0 102 76 75 62 32
Binary 1100001 1100010 100001 1 0 1000010 111110 111101 110010 11010

Color Harmonies of #616221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616221

Black with #616221

Text Example


Text Example

White with #616221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616221; }

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

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

background-color css

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

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

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

border-color css

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

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

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