#666318

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

Shades of Costa Del Sol #666318

Tints of Costa Del Sol #666318

Color information

#666318 (or 0x666318) is unknown color: approx Costa Del Sol. HEX triplet: 66, 63 and 18. RGB value is (102,99,24). Sum of RGB (Red+Green+Blue) = 102+99+24=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #666318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666318 is #999CE7. Grayscale: #5B5B5B. Windows color (decimal): -10067176 or 1598310. OLE color: 1598310.

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

Color convert

RGB1029924-
CMYK00.030.760.6
HSL57.69º61.9%24.71%-
HSV(B)57.69º76.47%40%-
XYZ10.1111.812.61-
YUV91.3589.99135.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 24 (9.77% from 255) = 10.67%
R=45.33%
G=44%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102992400.030.760.657.6961.924.71
Hex666318034C3C3a3e19
Octal146143300311474727631
Binary1100110110001111000011100110011110011101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666318; }

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

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

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

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

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

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

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

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