#655931

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

Shades of West Coast #655931

Tints of West Coast #655931

Color information

#655931 (or 0x655931) is unknown color: approx West Coast. HEX triplet: 65, 59 and 31. RGB value is (101,89,49). Sum of RGB (Red+Green+Blue) = 101+89+49=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #655931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655931 is #9AA6CE. Grayscale: #585858. Windows color (decimal): -10135247 or 3234149. OLE color: 3234149.

HSL color Cylindrical-coordinate representation of color #655931: hue angle of 46.15º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #655931 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB1018949-
CMYK00.120.510.60
HSL46.15º34.67%29.41%-
HSV(B)46.15º51.49%39.61%-
XYZ9.4910.134.36-
YUV88.03105.98137.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.26%
GREEN value IS 89 (35.16% from 255) = 37.24%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=42.26%
G=37.24%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101894900.120.510.6046.1534.6729.41
Hex6559310C333C2e231d
Octal145131610146374564335
Binary110010110110011100010110011001111110010111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655931; }

 p { color: rgb(101,89,49); }

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

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

 a { background-color: rgb(101,89,49); }

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

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

 span { border-color: rgb(101,89,49); }

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