#63542C

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

Shades of West Coast #63542C

Tints of West Coast #63542C

Color information

#63542C (or 0x63542C) is unknown color: approx West Coast. HEX triplet: 63, 54 and 2C. RGB value is (99,84,44). Sum of RGB (Red+Green+Blue) = 99+84+44=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #63542C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63542C is #9CABD3. Grayscale: #545454. Windows color (decimal): -10267604 or 2905187. OLE color: 2905187.

HSL color Cylindrical-coordinate representation of color #63542C: hue angle of 43.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63542C is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB998444-
CMYK00.150.560.61
HSL43.64º38.46%28.04%-
HSV(B)43.64º55.56%38.82%-
XYZ8.779.183.69-
YUV83.92105.47138.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.61%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 44 (17.58% from 255) = 19.38%
R=43.61%
G=37.00%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99844400.150.560.6143.6438.4628.04
Hex63542C0F383D2c261c
Octal143124540177075544634
Binary110001110101001011000111111100011110110110010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63542C; }

 p { color: rgb(99,84,44); }

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

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

 a { background-color: rgb(99,84,44); }

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

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

 span { border-color: rgb(99,84,44); }

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