#626015

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

Shades of Costa Del Sol #626015

Tints of Costa Del Sol #626015

Color information

#626015 (or 0x626015) is unknown color: approx Costa Del Sol. HEX triplet: 62, 60 and 15. RGB value is (98,96,21). Sum of RGB (Red+Green+Blue) = 98+96+21=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #626015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #626015 is #9D9FEA. Grayscale: #585858. Windows color (decimal): -10330091 or 1400930. OLE color: 1400930.

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

Color convert

RGB989621-
CMYK00.020.790.62
HSL58.44º64.71%23.33%-
HSV(B)58.44º78.57%38.43%-
XYZ9.3611.022.34-
YUV88.0590.16135.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 21 (8.59% from 255) = 9.77%
R=45.58%
G=44.65%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98962100.020.790.6258.4464.7123.33
Hex626015024F3E3a4117
Octal1421402502117767210127
Binary11000101100000101010101001111111110111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626015; }

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

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

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

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

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

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

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

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