#63512C

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

Shades of West Coast #63512C

Tints of West Coast #63512C

Color information

#63512C (or 0x63512C) is unknown color: approx West Coast. HEX triplet: 63, 51 and 2C. RGB value is (99,81,44). Sum of RGB (Red+Green+Blue) = 99+81+44=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63512C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63512C is #9CAED3. Grayscale: #525252. Windows color (decimal): -10268372 or 2904419. OLE color: 2904419.

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

Color convert

RGB998144-
CMYK00.180.560.61
HSL40.36º38.46%28.04%-
HSV(B)40.36º55.56%38.82%-
XYZ8.548.723.62-
YUV82.16106.46140.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.20%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 44 (17.58% from 255) = 19.64%
R=44.20%
G=36.16%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99814400.180.560.6140.3638.4628.04
Hex63512C012383D28261c
Octal143121540227075504634
Binary1100011101000110110001001011100011110110100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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