#665915

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

Shades of Costa Del Sol #665915

Tints of Costa Del Sol #665915

Color information

#665915 (or 0x665915) is unknown color: approx Costa Del Sol. HEX triplet: 66, 59 and 15. RGB value is (102,89,21). Sum of RGB (Red+Green+Blue) = 102+89+21=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #665915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665915 is #99A6EA. Grayscale: #555555. Windows color (decimal): -10069739 or 1399142. OLE color: 1399142.

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

Color convert

RGB1028921-
CMYK00.130.790.6
HSL50.37º65.85%24.12%-
HSV(B)50.37º79.41%40%-
XYZ9.1910.022.16-
YUV85.1491.81140.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 21 (8.59% from 255) = 9.91%
R=48.11%
G=41.98%
B=9.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102892100.130.790.650.3765.8524.12
Hex6659150D4F3C324218
Octal14613125015117746210230
Binary1100110101100110101011011001111111100110010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665915; }

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

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

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

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

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

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

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

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