#63532C

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

Shades of West Coast #63532C

Tints of West Coast #63532C

Color information

#63532C (or 0x63532C) is unknown color: approx West Coast. HEX triplet: 63, 53 and 2C. RGB value is (99,83,44). Sum of RGB (Red+Green+Blue) = 99+83+44=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63532C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63532C is #9CACD3. Grayscale: #535353. Windows color (decimal): -10267860 or 2904931. OLE color: 2904931.

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

Color convert

RGB998344-
CMYK00.160.560.61
HSL42.55º38.46%28.04%-
HSV(B)42.55º55.56%38.82%-
XYZ8.699.023.67-
YUV83.34105.8139.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=43.81%
G=36.73%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99834400.160.560.6142.5538.4628.04
Hex63532C010383D2b261c
Octal143123540207075534634
Binary1100011101001110110001000011100011110110101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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