#646332

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

Shades of Costa Del Sol #646332

Tints of Costa Del Sol #646332

Color information

#646332 (or 0x646332) is unknown color: approx Costa Del Sol. HEX triplet: 64, 63 and 32. RGB value is (100,99,50). Sum of RGB (Red+Green+Blue) = 100+99+50=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 100 - color contains mainly: red. Hex color #646332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646332 is #9B9CCD. Grayscale: #5D5D5D. Windows color (decimal): -10198222 or 3302244. OLE color: 3302244.

HSL color Cylindrical-coordinate representation of color #646332: hue angle of 58.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #646332 is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB1009950-
CMYK00.010.500.61
HSL58.8º33.33%29.41%-
HSV(B)58.8º50%39.22%-
XYZ10.2911.864.76-
YUV93.71103.33132.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.16%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=40.16%
G=39.76%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100995000.010.500.6158.833.3329.41
Hex64633201323D3b211d
Octal14414362016275734135
Binary110010011000111100100111001011110111101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646332; }

 p { color: rgb(100,99,50); }

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

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

 a { background-color: rgb(100,99,50); }

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

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

 span { border-color: rgb(100,99,50); }

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