#655A36

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

Shades of West Coast #655A36

Tints of West Coast #655A36

Color information

#655A36 (or 0x655A36) is unknown color: approx West Coast. HEX triplet: 65, 5A and 36. RGB value is (101,90,54). Sum of RGB (Red+Green+Blue) = 101+90+54=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #655A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A36 is #9AA5C9. Grayscale: #595959. Windows color (decimal): -10134986 or 3562085. OLE color: 3562085.

HSL color Cylindrical-coordinate representation of color #655A36: hue angle of 45.96º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #655A36 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.60.

Color convert

RGB1019054-
CMYK00.110.470.60
HSL45.96º30.32%30.39%-
HSV(B)45.96º46.53%39.61%-
XYZ9.6910.354.98-
YUV89.18108.14136.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.22%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=41.22%
G=36.73%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101905400.110.470.6045.9630.3230.39
Hex655A360B2F3C2e1e1e
Octal145132660135774563636
Binary11001011011010110110010111011111111001011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655A36; }

 p { color: rgb(101,90,54); }

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

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

 a { background-color: rgb(101,90,54); }

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

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

 span { border-color: rgb(101,90,54); }

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