#63562D

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

Shades of West Coast #63562D

Tints of West Coast #63562D

Color information

#63562D (or 0x63562D) is unknown color: approx West Coast. HEX triplet: 63, 56 and 2D. RGB value is (99,86,45). Sum of RGB (Red+Green+Blue) = 99+86+45=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #63562D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63562D is #9CA9D2. Grayscale: #555555. Windows color (decimal): -10267091 or 2971235. OLE color: 2971235.

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

Color convert

RGB998645-
CMYK00.130.550.61
HSL45.56º37.5%28.24%-
HSV(B)45.56º54.55%38.82%-
XYZ8.959.53.84-
YUV85.21105.31137.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=43.04%
G=37.39%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99864500.130.550.6145.5637.528.24
Hex63562D0D373D2e261c
Octal143126550156775564634
Binary110001110101101011010110111011111110110111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63562D; }

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

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

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

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

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

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

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

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