#626126

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

Shades of Costa Del Sol #626126

Tints of Costa Del Sol #626126

Color information

#626126 (or 0x626126) is unknown color: approx Costa Del Sol. HEX triplet: 62, 61 and 26. RGB value is (98,97,38). Sum of RGB (Red+Green+Blue) = 98+97+38=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 98 - color contains mainly: red. Hex color #626126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626126 is #9D9ED9. Grayscale: #5A5A5A. Windows color (decimal): -10329818 or 2515298. OLE color: 2515298.

HSL color Cylindrical-coordinate representation of color #626126: hue angle of 59º 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 #626126 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB989738-
CMYK00.010.610.62
HSL59º44.12%26.67%-
HSV(B)59º61.22%38.43%-
XYZ9.6611.293.5-
YUV90.5798.33133.3-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.06%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 38 (15.23% from 255) = 16.31%
R=42.06%
G=41.63%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98973800.010.610.625944.1226.67
Hex626126013D3E3b2c1b
Octal14214146017576735433
Binary110001011000011001100111110111111011101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626126; }

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

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

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

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

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

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

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

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