#666531

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

Shades of Costa Del Sol #666531

Tints of Costa Del Sol #666531

Color information

#666531 (or 0x666531) is unknown color: approx Costa Del Sol. HEX triplet: 66, 65 and 31. RGB value is (102,101,49). Sum of RGB (Red+Green+Blue) = 102+101+49=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #666531 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666531 is #999ACE. Grayscale: #5F5F5F. Windows color (decimal): -10066639 or 3237222. OLE color: 3237222.

HSL color Cylindrical-coordinate representation of color #666531: hue angle of 58.87º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #666531 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB10210149-
CMYK00.010.520.6
HSL58.87º35.1%29.61%-
HSV(B)58.87º51.96%40%-
XYZ10.6912.354.73-
YUV95.37101.83132.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=40.48%
G=40.08%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021014900.010.520.658.8735.129.61
Hex66653101343C3b231e
Octal14614561016474734336
Binary110011011001011100010111010011110011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666531; }

 p { color: rgb(102,101,49); }

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

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

 a { background-color: rgb(102,101,49); }

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

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

 span { border-color: rgb(102,101,49); }

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