#655730

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

Shades of West Coast #655730

Tints of West Coast #655730

Color information

#655730 (or 0x655730) is unknown color: approx West Coast. HEX triplet: 65, 57 and 30. RGB value is (101,87,48). Sum of RGB (Red+Green+Blue) = 101+87+48=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #655730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655730 is #9AA8CF. Grayscale: #565656. Windows color (decimal): -10135760 or 3168101. OLE color: 3168101.

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

Color convert

RGB1018748-
CMYK00.140.520.60
HSL44.15º35.57%29.22%-
HSV(B)44.15º52.48%39.61%-
XYZ9.319.84.2-
YUV86.74106.14138.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.80%
GREEN value IS 87 (34.38% from 255) = 36.86%
BLUE value IS 48 (19.14% from 255) = 20.34%
R=42.80%
G=36.86%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101874800.140.520.6044.1535.5729.22
Hex6557300E343C2c241d
Octal145127600166474544435
Binary110010110101111100000111011010011110010110010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655730; }

 p { color: rgb(101,87,48); }

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

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

 a { background-color: rgb(101,87,48); }

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

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

 span { border-color: rgb(101,87,48); }

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