#63492D

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

Shades of Dallas #63492D

Tints of Dallas #63492D

Color information

#63492D (or 0x63492D) is unknown color: approx Dallas. HEX triplet: 63, 49 and 2D. RGB value is (99,73,45). Sum of RGB (Red+Green+Blue) = 99+73+45=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63492D is #9CB6D2. Grayscale: #4D4D4D. Windows color (decimal): -10270419 or 2967907. OLE color: 2967907.

HSL color Cylindrical-coordinate representation of color #63492D: hue angle of 31.11º 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 #63492D is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB997345-
CMYK00.260.550.61
HSL31.11º37.5%28.24%-
HSV(B)31.11º54.55%38.82%-
XYZ87.613.53-
YUV77.58109.61143.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 73 (28.91% from 255) = 33.64%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=45.62%
G=33.64%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99734500.260.550.6131.1137.528.24
Hex63492D01A373D1f261c
Octal143111550326775374634
Binary110001110010011011010110101101111111011111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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