#666315

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

Shades of Costa Del Sol #666315

Tints of Costa Del Sol #666315

Color information

#666315 (or 0x666315) is unknown color: approx Costa Del Sol. HEX triplet: 66, 63 and 15. RGB value is (102,99,21). Sum of RGB (Red+Green+Blue) = 102+99+21=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #666315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666315 is #999CEA. Grayscale: #5B5B5B. Windows color (decimal): -10067179 or 1401702. OLE color: 1401702.

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

Color convert

RGB1029921-
CMYK00.030.790.6
HSL57.78º65.85%24.12%-
HSV(B)57.78º79.41%40%-
XYZ10.0811.82.46-
YUV9188.49135.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 21 (8.59% from 255) = 9.46%
R=45.95%
G=44.59%
B=9.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102992100.030.790.657.7865.8524.12
Hex666315034F3C3a4218
Octal1461432503117747210230
Binary11001101100011101010111001111111100111010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666315; }

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

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

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

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

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

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

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

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