#666020

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

Shades of Costa Del Sol #666020

Tints of Costa Del Sol #666020

Color information

#666020 (or 0x666020) is unknown color: approx Costa Del Sol. HEX triplet: 66, 60 and 20. RGB value is (102,96,32). Sum of RGB (Red+Green+Blue) = 102+96+32=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #666020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666020 is #999FDF. Grayscale: #5A5A5A. Windows color (decimal): -10067936 or 2121830. OLE color: 2121830.

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

Color convert

RGB1029632-
CMYK00.060.690.6
HSL54.86º52.24%26.27%-
HSV(B)54.86º68.63%40%-
XYZ9.9211.293.02-
YUV90.594.99136.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 32 (12.89% from 255) = 13.91%
R=44.35%
G=41.74%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102963200.060.690.654.8652.2426.27
Hex66602006453C37341a
Octal146140400610574676432
Binary110011011000001000000110100010111110011011111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666020; }

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

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

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

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

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

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

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

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