Html Css Color HEX #616320 Costa Del Sol

📋 copy color: '#616320'

red 97 ◦ green 99 ◦ blue 32

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

Shades of Costa Del Sol #616320

Tints of Costa Del Sol #616320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.42%

 BLUE value IS 32 (12.89% from 255) = 14.04%

R = 42.54%
G = 43.42%
B = 14.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#616320 (or 0x616320) is known color: Costa Del Sol. HEX triplet: 61, 63 and 20. RGB value is (97,99,32). Sum of RGB (Red+Green+Blue) = 97+99+32=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 99 (39.06% from 255 or 43.42% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 99 - color contains mainly: green. Hex color #616320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616320 is #9E9CDF. Grayscale: #5B5B5B. Windows color (decimal): -10394848 or 2122593. OLE color: 2122593.

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

Color convert

RGB 97 99 32 -
CMYK 0.02 0 0.68 0.61
HSL 61.79º 0.51% 0.26% -
HSV(B) 61.79º 0.68% 0.39% -
XYZ 9.65 11.57 3.09 -
YUV 90.76 94.84 132.45 -
System Red Green Blue C M Y K H S L
Decimal 97 99 32 0.02 0 0.68 0.61 61.79 0.51 0.26
Hex 61 63 20 2 0 44 3D 3E 33 1A
Octal 141 143 40 2 0 104 75 76 63 32
Binary 1100001 1100011 100000 10 0 1000100 111101 111110 110011 11010

Color Harmonies of #616320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616320

Black with #616320

Text Example


Text Example

White with #616320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616320; }

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

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

background-color css

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

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

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

border-color css

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

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

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