#665B32

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

Shades of Costa Del Sol #665B32

Tints of Costa Del Sol #665B32

Color information

#665B32 (or 0x665B32) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5B and 32. RGB value is (102,91,50). Sum of RGB (Red+Green+Blue) = 102+91+50=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #665B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B32 is #99A4CD. Grayscale: #595959. Windows color (decimal): -10069198 or 3300198. OLE color: 3300198.

HSL color Cylindrical-coordinate representation of color #665B32: hue angle of 47.31º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #665B32 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.6.

Color convert

RGB1029150-
CMYK00.110.510.6
HSL47.31º34.21%29.8%-
HSV(B)47.31º50.98%40%-
XYZ9.810.544.54-
YUV89.62105.64136.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 91 (35.94% from 255) = 37.45%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=41.98%
G=37.45%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102915000.110.510.647.3134.2129.8
Hex665B320B333C2f221e
Octal146133620136374574236
Binary110011010110111100100101111001111110010111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665B32; }

 p { color: rgb(102,91,50); }

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

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

 a { background-color: rgb(102,91,50); }

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

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

 span { border-color: rgb(102,91,50); }

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