#666312

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

Shades of Costa Del Sol #666312

Tints of Costa Del Sol #666312

Color information

#666312 (or 0x666312) is unknown color: approx Costa Del Sol. HEX triplet: 66, 63 and 12. RGB value is (102,99,18). Sum of RGB (Red+Green+Blue) = 102+99+18=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #666312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666312 is #999CED. Grayscale: #5A5A5A. Windows color (decimal): -10067182 or 1205094. OLE color: 1205094.

HSL color Cylindrical-coordinate representation of color #666312: hue angle of 57.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #666312 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB1029918-
CMYK00.030.820.6
HSL57.86º70%23.53%-
HSV(B)57.86º82.35%40%-
XYZ10.0511.792.32-
YUV90.6686.99136.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 18 (7.42% from 255) = 8.22%
R=46.58%
G=45.21%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102991800.030.820.657.867023.53
Hex66631203523C3a4618
Octal1461432203122747210630
Binary11001101100011100100111010010111100111010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666312; }

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

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

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

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

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

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

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

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