#655A38

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

Shades of West Coast #655A38

Tints of West Coast #655A38

Color information

#655A38 (or 0x655A38) is unknown color: approx West Coast. HEX triplet: 65, 5A and 38. RGB value is (101,90,56). Sum of RGB (Red+Green+Blue) = 101+90+56=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #655A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A38 is #9AA5C7. Grayscale: #595959. Windows color (decimal): -10134984 or 3693157. OLE color: 3693157.

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

Color convert

RGB1019056-
CMYK00.110.450.60
HSL45.33º28.66%30.78%-
HSV(B)45.33º44.55%39.61%-
XYZ9.7410.365.23-
YUV89.41109.14136.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 56 (22.27% from 255) = 22.67%
R=40.89%
G=36.44%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101905600.110.450.6045.3328.6630.78
Hex655A380B2D3C2d1d1f
Octal145132700135574553537
Binary11001011011010111000010111011011111001011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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