#63563A

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

Shades of West Coast #63563A

Tints of West Coast #63563A

Color information

#63563A (or 0x63563A) is unknown color: approx West Coast. HEX triplet: 63, 56 and 3A. RGB value is (99,86,58). Sum of RGB (Red+Green+Blue) = 99+86+58=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #63563A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63563A is #9CA9C5. Grayscale: #565656. Windows color (decimal): -10267078 or 3823203. OLE color: 3823203.

HSL color Cylindrical-coordinate representation of color #63563A: hue angle of 40.98º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #63563A is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB998658-
CMYK00.130.410.61
HSL40.98º26.11%30.78%-
HSV(B)40.98º41.41%38.82%-
XYZ9.249.615.37-
YUV86.7111.81136.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.74%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 58 (23.05% from 255) = 23.87%
R=40.74%
G=35.39%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99865800.130.410.6140.9826.1130.78
Hex63563A0D293D291a1f
Octal143126720155175513237
Binary11000111010110111010011011010011111011010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63563A; }

 p { color: rgb(99,86,58); }

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

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

 a { background-color: rgb(99,86,58); }

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

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

 span { border-color: rgb(99,86,58); }

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