#665920

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

Shades of Costa Del Sol #665920

Tints of Costa Del Sol #665920

Color information

#665920 (or 0x665920) is unknown color: approx Costa Del Sol. HEX triplet: 66, 59 and 20. RGB value is (102,89,32). Sum of RGB (Red+Green+Blue) = 102+89+32=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #665920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665920 is #99A6DF. Grayscale: #565656. Windows color (decimal): -10069728 or 2120038. OLE color: 2120038.

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

Color convert

RGB1028932-
CMYK00.130.690.6
HSL48.86º52.24%26.27%-
HSV(B)48.86º68.63%40%-
XYZ9.3110.072.82-
YUV86.3997.31139.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.74%
GREEN value IS 89 (35.16% from 255) = 39.91%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=45.74%
G=39.91%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102893200.130.690.648.8652.2426.27
Hex6659200D453C31341a
Octal1461314001510574616432
Binary1100110101100110000001101100010111110011000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665920; }

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

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

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

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

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

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

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

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