#626232

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

Shades of Costa Del Sol #626232

Tints of Costa Del Sol #626232

Color information

#626232 (or 0x626232) is unknown color: approx Costa Del Sol. HEX triplet: 62, 62 and 32. RGB value is (98,98,50). Sum of RGB (Red+Green+Blue) = 98+98+50=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626232 is #9D9DCD. Grayscale: #5C5C5C. Windows color (decimal): -10329550 or 3301986. OLE color: 3301986.

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

Color convert

RGB989850-
CMYK000.490.62
HSL60º32.43%29.02%-
HSV(B)60º48.98%38.43%-
XYZ9.9811.564.72-
YUV92.53104131.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=39.84%
G=39.84%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal989850000.490.626032.4329.02
Hex62623200313E3c201d
Octal14214262006176744035
Binary110001011000101100100011000111111011110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626232; }

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

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

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

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

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

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

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

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