#626016

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

Shades of Costa Del Sol #626016

Tints of Costa Del Sol #626016

Color information

#626016 (or 0x626016) is unknown color: approx Costa Del Sol. HEX triplet: 62, 60 and 16. RGB value is (98,96,22). Sum of RGB (Red+Green+Blue) = 98+96+22=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #626016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626016 is #9D9FE9. Grayscale: #585858. Windows color (decimal): -10330090 or 1466466. OLE color: 1466466.

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

Color convert

RGB989622-
CMYK00.020.780.62
HSL58.42º63.33%23.53%-
HSV(B)58.42º77.55%38.43%-
XYZ9.3611.022.39-
YUV88.1690.66135.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=45.37%
G=44.44%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98962200.020.780.6258.4263.3323.53
Hex626016024E3E3a3f18
Octal142140260211676727730
Binary1100010110000010110010100111011111011101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626016; }

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

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

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

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

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

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

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

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