Html Css Color HEX #616012 Costa Del Sol

📋 copy color: '#616012'

red 97 ◦ green 96 ◦ blue 18

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

Shades of Costa Del Sol #616012

Tints of Costa Del Sol #616012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 45.97%
G = 45.5%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#616012 (or 0x616012) is known color: Costa Del Sol. HEX triplet: 61, 60 and 12. RGB value is (97,96,18). Sum of RGB (Red+Green+Blue) = 97+96+18=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #616012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616012 is #9E9FED. Grayscale: #575757. Windows color (decimal): -10395630 or 1204321. OLE color: 1204321.

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

Color convert

RGB 97 96 18 -
CMYK 0 0.01 0.81 0.62
HSL 59.24º 0.69% 0.23% -
HSV(B) 59.24º 0.81% 0.38% -
XYZ 9.22 10.95 2.2 -
YUV 87.41 88.83 134.84 -
System Red Green Blue C M Y K H S L
Decimal 97 96 18 0 0.01 0.81 0.62 59.24 0.69 0.23
Hex 61 60 12 0 1 51 3E 3B 45 17
Octal 141 140 22 0 1 121 76 73 105 27
Binary 1100001 1100000 10010 0 1 1010001 111110 111011 1000101 10111

Color Harmonies of #616012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616012

Black with #616012

Text Example


Text Example

White with #616012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616012; }

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

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

background-color css

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

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

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

border-color css

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

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

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