#63492C

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

Shades of Dallas #63492C

Tints of Dallas #63492C

Color information

#63492C (or 0x63492C) is unknown color: approx Dallas. HEX triplet: 63, 49 and 2C. RGB value is (99,73,44). Sum of RGB (Red+Green+Blue) = 99+73+44=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #63492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63492C is #9CB6D3. Grayscale: #4D4D4D. Windows color (decimal): -10270420 or 2902371. OLE color: 2902371.

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

Color convert

RGB997344-
CMYK00.260.560.61
HSL31.64º38.46%28.04%-
HSV(B)31.64º55.56%38.82%-
XYZ7.987.63.43-
YUV77.47109.11143.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=45.83%
G=33.80%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99734400.260.560.6131.6438.4628.04
Hex63492C01A383D20261c
Octal143111540327075404634
Binary1100011100100110110001101011100011110110000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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