#665919

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

Shades of Costa Del Sol #665919

Tints of Costa Del Sol #665919

Color information

#665919 (or 0x665919) is unknown color: approx Costa Del Sol. HEX triplet: 66, 59 and 19. RGB value is (102,89,25). Sum of RGB (Red+Green+Blue) = 102+89+25=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #665919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665919 is #99A6E6. Grayscale: #555555. Windows color (decimal): -10069735 or 1661286. OLE color: 1661286.

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

Color convert

RGB1028925-
CMYK00.130.750.6
HSL49.87º60.63%24.9%-
HSV(B)49.87º75.49%40%-
XYZ9.2310.042.37-
YUV85.5993.81139.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 25 (10.16% from 255) = 11.57%
R=47.22%
G=41.20%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102892500.130.750.649.8760.6324.9
Hex6659190D4B3C323d19
Octal1461313101511374627531
Binary110011010110011100101101100101111110011001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665919; }

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

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

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

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

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

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

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

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