#626012

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

Shades of Costa Del Sol #626012

Tints of Costa Del Sol #626012

Color information

#626012 (or 0x626012) is unknown color: approx Costa Del Sol. HEX triplet: 62, 60 and 12. RGB value is (98,96,18). Sum of RGB (Red+Green+Blue) = 98+96+18=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #626012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626012 is #9D9FED. Grayscale: #585858. Windows color (decimal): -10330094 or 1204322. OLE color: 1204322.

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

Color convert

RGB989618-
CMYK00.020.820.62
HSL58.5º68.97%22.75%-
HSV(B)58.5º81.63%38.43%-
XYZ9.3311.012.2-
YUV87.7188.66135.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=46.23%
G=45.28%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98961800.020.820.6258.568.9722.75
Hex62601202523E3a4517
Octal1421402202122767210527
Binary11000101100000100100101010010111110111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626012; }

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

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

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

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

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

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

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

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