#626026

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

Shades of Costa Del Sol #626026

Tints of Costa Del Sol #626026

Color information

#626026 (or 0x626026) is unknown color: approx Costa Del Sol. HEX triplet: 62, 60 and 26. RGB value is (98,96,38). Sum of RGB (Red+Green+Blue) = 98+96+38=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 98 - color contains mainly: red. Hex color #626026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626026 is #9D9FD9. Grayscale: #5A5A5A. Windows color (decimal): -10330074 or 2515042. OLE color: 2515042.

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

Color convert

RGB989638-
CMYK00.020.610.62
HSL58º44.12%26.67%-
HSV(B)58º61.22%38.43%-
XYZ9.5711.13.47-
YUV89.9998.66133.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.24%
GREEN value IS 96 (37.89% from 255) = 41.38%
BLUE value IS 38 (15.23% from 255) = 16.38%
R=42.24%
G=41.38%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98963800.020.610.625844.1226.67
Hex626026023D3E3a2c1b
Octal14214046027576725433
Binary1100010110000010011001011110111111011101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626026; }

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

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

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

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

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

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

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

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