#636012

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

Shades of Costa Del Sol #636012

Tints of Costa Del Sol #636012

Color information

#636012 (or 0x636012) is unknown color: approx Costa Del Sol. HEX triplet: 63, 60 and 12. RGB value is (99,96,18). Sum of RGB (Red+Green+Blue) = 99+96+18=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #636012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636012 is #9C9FED. Grayscale: #585858. Windows color (decimal): -10264558 or 1204323. OLE color: 1204323.

HSL color Cylindrical-coordinate representation of color #636012: hue angle of 57.78º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #636012 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB999618-
CMYK00.030.820.61
HSL57.78º69.23%22.94%-
HSV(B)57.78º81.82%38.82%-
XYZ9.4411.062.21-
YUV88.0188.49135.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=46.48%
G=45.07%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99961800.030.820.6157.7869.2322.94
Hex63601203523D3a4517
Octal1431402203122757210527
Binary11000111100000100100111010010111101111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636012; }

 p { color: rgb(99,96,18); }

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

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

 a { background-color: rgb(99,96,18); }

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

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

 span { border-color: rgb(99,96,18); }

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