#666319

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

Shades of Costa Del Sol #666319

Tints of Costa Del Sol #666319

Color information

#666319 (or 0x666319) is unknown color: approx Costa Del Sol. HEX triplet: 66, 63 and 19. RGB value is (102,99,25). Sum of RGB (Red+Green+Blue) = 102+99+25=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #666319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666319 is #999CE6. Grayscale: #5B5B5B. Windows color (decimal): -10067175 or 1663846. OLE color: 1663846.

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

Color convert

RGB1029925-
CMYK00.030.750.6
HSL57.66º60.63%24.9%-
HSV(B)57.66º75.49%40%-
XYZ10.1211.822.67-
YUV91.4690.49135.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 25 (10.16% from 255) = 11.06%
R=45.13%
G=43.81%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102992500.030.750.657.6660.6324.9
Hex666319034B3C3a3d19
Octal146143310311374727531
Binary1100110110001111001011100101111110011101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666319; }

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

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

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

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

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

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

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

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