#66592D

Color #66592D West Coast (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of West Coast #66592D

Tints of West Coast #66592D

Color information

#66592D (or 0x66592D) is unknown color: approx West Coast. HEX triplet: 66, 59 and 2D. RGB value is (102,89,45). Sum of RGB (Red+Green+Blue) = 102+89+45=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #66592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66592D is #99A6D2. Grayscale: #585858. Windows color (decimal): -10069715 or 2972006. OLE color: 2972006.

HSL color Cylindrical-coordinate representation of color #66592D: hue angle of 46.32º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66592D is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB1028945-
CMYK00.130.560.6
HSL46.32º38.78%28.82%-
HSV(B)46.32º55.88%40%-
XYZ9.5310.163.94-
YUV87.87103.81138.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 45 (17.97% from 255) = 19.07%
R=43.22%
G=37.71%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102894500.130.560.646.3238.7828.82
Hex66592D0D383C2e271d
Octal146131550157074564735
Binary110011010110011011010110111100011110010111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66592D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66592D; }

 p { color: rgb(102,89,45); }

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

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

 a { background-color: rgb(102,89,45); }

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

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

 span { border-color: rgb(102,89,45); }

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