#626220

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

Shades of Costa Del Sol #626220

Tints of Costa Del Sol #626220

Color information

#626220 (or 0x626220) is unknown color: approx Costa Del Sol. HEX triplet: 62, 62 and 20. RGB value is (98,98,32). Sum of RGB (Red+Green+Blue) = 98+98+32=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626220 is #9D9DDF. Grayscale: #5A5A5A. Windows color (decimal): -10329568 or 2122338. OLE color: 2122338.

HSL color Cylindrical-coordinate representation of color #626220: hue angle of 60º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #626220 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB989832-
CMYK000.670.62
HSL60º50.77%25.49%-
HSV(B)60º67.35%38.43%-
XYZ9.6711.443.06-
YUV90.4895133.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.98%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 32 (12.89% from 255) = 14.04%
R=42.98%
G=42.98%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989832000.670.626050.7725.49
Hex62622000433E3c3319
Octal142142400010376746331
Binary1100010110001010000000100001111111011110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626220; }

 p { color: rgb(98,98,32); }

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

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

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

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

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

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

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