#666231

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

Shades of Costa Del Sol #666231

Tints of Costa Del Sol #666231

Color information

#666231 (or 0x666231) is unknown color: approx Costa Del Sol. HEX triplet: 66, 62 and 31. RGB value is (102,98,49). Sum of RGB (Red+Green+Blue) = 102+98+49=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #666231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666231 is #999DCE. Grayscale: #5D5D5D. Windows color (decimal): -10067407 or 3236454. OLE color: 3236454.

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

Color convert

RGB1029849-
CMYK00.040.520.6
HSL55.47º35.1%29.61%-
HSV(B)55.47º51.96%40%-
XYZ10.411.784.63-
YUV93.61102.83133.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.96%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 49 (19.53% from 255) = 19.68%
R=40.96%
G=39.36%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102984900.040.520.655.4735.129.61
Hex66623104343C37231e
Octal14614261046474674336
Binary11001101100010110001010011010011110011011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666231; }

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

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

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

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

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

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

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

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