#666427

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

Shades of Costa Del Sol #666427

Tints of Costa Del Sol #666427

Color information

#666427 (or 0x666427) is unknown color: approx Costa Del Sol. HEX triplet: 66, 64 and 27. RGB value is (102,100,39). Sum of RGB (Red+Green+Blue) = 102+100+39=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #666427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666427 is #999BD8. Grayscale: #5D5D5D. Windows color (decimal): -10066905 or 2581606. OLE color: 2581606.

HSL color Cylindrical-coordinate representation of color #666427: hue angle of 58.1º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #666427 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB10210039-
CMYK00.020.620.6
HSL58.1º44.68%27.65%-
HSV(B)58.1º61.76%40%-
XYZ10.412.093.7-
YUV93.6497.16133.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 39 (15.62% from 255) = 16.18%
R=42.32%
G=41.49%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021003900.020.620.658.144.6827.65
Hex666427023E3C3a2d1c
Octal14614447027674725534
Binary1100110110010010011101011111011110011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666427; }

 p { color: rgb(102,100,39); }

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

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

 a { background-color: rgb(102,100,39); }

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

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

 span { border-color: rgb(102,100,39); }

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