#63542F

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

Shades of West Coast #63542F

Tints of West Coast #63542F

Color information

#63542F (or 0x63542F) is unknown color: approx West Coast. HEX triplet: 63, 54 and 2F. RGB value is (99,84,47). Sum of RGB (Red+Green+Blue) = 99+84+47=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63542F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63542F is #9CABD0. Grayscale: #545454. Windows color (decimal): -10267601 or 3101795. OLE color: 3101795.

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

Color convert

RGB998447-
CMYK00.150.530.61
HSL42.69º35.62%28.63%-
HSV(B)42.69º52.53%38.82%-
XYZ8.839.24-
YUV84.27106.97138.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 84 (33.20% from 255) = 36.52%
BLUE value IS 47 (18.75% from 255) = 20.43%
R=43.04%
G=36.52%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99844700.150.530.6142.6935.6228.63
Hex63542F0F353D2b241d
Octal143124570176575534435
Binary110001110101001011110111111010111110110101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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