#655935

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

Shades of West Coast #655935

Tints of West Coast #655935

Color information

#655935 (or 0x655935) is unknown color: approx West Coast. HEX triplet: 65, 59 and 35. RGB value is (101,89,53). Sum of RGB (Red+Green+Blue) = 101+89+53=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #655935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655935 is #9AA6CA. Grayscale: #585858. Windows color (decimal): -10135243 or 3496293. OLE color: 3496293.

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

Color convert

RGB1018953-
CMYK00.120.480.60
HSL45º31.17%30.2%-
HSV(B)45º47.52%39.61%-
XYZ9.5810.174.83-
YUV88.48107.98136.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.56%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=41.56%
G=36.63%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101895300.120.480.604531.1730.2
Hex6559350C303C2d1f1e
Octal145131650146074553736
Binary11001011011001110101011001100001111001011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655935; }

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

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

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

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

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

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

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

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