#63552C

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

Shades of West Coast #63552C

Tints of West Coast #63552C

Color information

#63552C (or 0x63552C) is unknown color: approx West Coast. HEX triplet: 63, 55 and 2C. RGB value is (99,85,44). Sum of RGB (Red+Green+Blue) = 99+85+44=228 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.42% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 99 - color contains mainly: red. Hex color #63552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63552C is #9CAAD3. Grayscale: #545454. Windows color (decimal): -10267348 or 2905443. OLE color: 2905443.

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

Color convert

RGB998544-
CMYK00.140.560.61
HSL44.73º38.46%28.04%-
HSV(B)44.73º55.56%38.82%-
XYZ8.859.333.72-
YUV84.51105.14138.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.42%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 44 (17.58% from 255) = 19.30%
R=43.42%
G=37.28%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99854400.140.560.6144.7338.4628.04
Hex63552C0E383D2d261c
Octal143125540167075554634
Binary110001110101011011000111011100011110110110110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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