#665D15

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

Shades of Costa Del Sol #665D15

Tints of Costa Del Sol #665D15

Color information

#665D15 (or 0x665D15) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5D and 15. RGB value is (102,93,21). Sum of RGB (Red+Green+Blue) = 102+93+21=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #665D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D15 is #99A2EA. Grayscale: #575757. Windows color (decimal): -10068715 or 1400166. OLE color: 1400166.

HSL color Cylindrical-coordinate representation of color #665D15: hue angle of 53.33º 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 #665D15 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB1029321-
CMYK00.090.790.6
HSL53.33º65.85%24.12%-
HSV(B)53.33º79.41%40%-
XYZ9.5310.712.27-
YUV87.4890.48138.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 93 (36.72% from 255) = 43.06%
BLUE value IS 21 (8.59% from 255) = 9.72%
R=47.22%
G=43.06%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102932100.090.790.653.3365.8524.12
Hex665D15094F3C354218
Octal14613525011117746510230
Binary1100110101110110101010011001111111100110101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665D15; }

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

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

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

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

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

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

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

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