#655a39

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

Shades of West Coast #655A39

Tints of West Coast #655A39

Color information

#655A39 (or 0x655A39) is unknown color: approx West Coast. HEX triplet: 65, 5A and 39. RGB value is (101,90,57). Sum of RGB (Red+Green+Blue) = 101+90+57=248 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.73% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 101 - color contains mainly: red. Hex color #655A39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A39 is #9AA5C6. Grayscale: #595959. Windows color (decimal): -10134983 or 3758693. OLE color: 3758693.

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

Color convert

RGB1019057-
CMYK00.110.440.60
HSL45º27.85%30.98%-
HSV(B)45º43.56%39.61%-
XYZ9.7610.375.36-
YUV89.53109.64136.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.73%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 57 (22.66% from 255) = 22.98%
R=40.73%
G=36.29%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101905700.110.440.604527.8530.98
Hex655A390B2C3C2d1c1f
Octal145132710135474553437
Binary11001011011010111001010111011001111001011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655a39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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