#665A20

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

Shades of Costa Del Sol #665A20

Tints of Costa Del Sol #665A20

Color information

#665A20 (or 0x665A20) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5A and 20. RGB value is (102,90,32). Sum of RGB (Red+Green+Blue) = 102+90+32=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #665A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A20 is #99A5DF. Grayscale: #575757. Windows color (decimal): -10069472 or 2120294. OLE color: 2120294.

HSL color Cylindrical-coordinate representation of color #665A20: hue angle of 49.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #665A20 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1029032-
CMYK00.120.690.6
HSL49.71º52.24%26.27%-
HSV(B)49.71º68.63%40%-
XYZ9.410.242.85-
YUV86.9896.98138.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 90 (35.55% from 255) = 40.18%
BLUE value IS 32 (12.89% from 255) = 14.29%
R=45.54%
G=40.18%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102903200.120.690.649.7152.2426.27
Hex665A200C453C32341a
Octal1461324001410574626432
Binary1100110101101010000001100100010111110011001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,90,32); }

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

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

 a { background-color: rgb(102,90,32); }

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

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

 span { border-color: rgb(102,90,32); }

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