#655835

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

Shades of West Coast #655835

Tints of West Coast #655835

Color information

#655835 (or 0x655835) is unknown color: approx West Coast. HEX triplet: 65, 58 and 35. RGB value is (101,88,53). Sum of RGB (Red+Green+Blue) = 101+88+53=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 101 - color contains mainly: red. Hex color #655835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655835 is #9AA7CA. Grayscale: #585858. Windows color (decimal): -10135499 or 3496037. OLE color: 3496037.

HSL color Cylindrical-coordinate representation of color #655835: hue angle of 43.75º 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 #655835 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.60.

Color convert

RGB1018853-
CMYK00.130.480.60
HSL43.75º31.17%30.2%-
HSV(B)43.75º47.52%39.61%-
XYZ9.5104.8-
YUV87.9108.31137.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.74%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=41.74%
G=36.36%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101885300.130.480.6043.7531.1730.2
Hex6558350D303C2c1f1e
Octal145130650156074543736
Binary11001011011000110101011011100001111001011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655835; }

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

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

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

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

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

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

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

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