#63562C

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

Shades of West Coast #63562C

Tints of West Coast #63562C

Color information

#63562C (or 0x63562C) is unknown color: approx West Coast. HEX triplet: 63, 56 and 2C. RGB value is (99,86,44). Sum of RGB (Red+Green+Blue) = 99+86+44=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #63562C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63562C is #9CA9D3. Grayscale: #555555. Windows color (decimal): -10267092 or 2905699. OLE color: 2905699.

HSL color Cylindrical-coordinate representation of color #63562C: hue angle of 45.82º 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 #63562C is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB998644-
CMYK00.130.560.61
HSL45.82º38.46%28.04%-
HSV(B)45.82º55.56%38.82%-
XYZ8.939.493.74-
YUV85.1104.81137.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.23%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 44 (17.58% from 255) = 19.21%
R=43.23%
G=37.55%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99864400.130.560.6145.8238.4628.04
Hex63562C0D383D2e261c
Octal143126540157075564634
Binary110001110101101011000110111100011110110111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63562C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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