#63542B

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

Shades of West Coast #63542B

Tints of West Coast #63542B

Color information

#63542B (or 0x63542B) is unknown color: approx West Coast. HEX triplet: 63, 54 and 2B. RGB value is (99,84,43). Sum of RGB (Red+Green+Blue) = 99+84+43=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63542B is #9CABD4. Grayscale: #535353. Windows color (decimal): -10267605 or 2839651. OLE color: 2839651.

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

Color convert

RGB998443-
CMYK00.150.570.61
HSL43.93º39.44%27.84%-
HSV(B)43.93º56.57%38.82%-
XYZ8.759.173.59-
YUV83.81104.97138.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=43.81%
G=37.17%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99844300.150.570.6143.9339.4427.84
Hex63542B0F393D2c271c
Octal143124530177175544734
Binary110001110101001010110111111100111110110110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63542B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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