#63492F

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

Shades of Dallas #63492F

Tints of Dallas #63492F

Color information

#63492F (or 0x63492F) is unknown color: approx Dallas. HEX triplet: 63, 49 and 2F. RGB value is (99,73,47). Sum of RGB (Red+Green+Blue) = 99+73+47=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #63492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63492F is #9CB6D0. Grayscale: #4D4D4D. Windows color (decimal): -10270417 or 3098979. OLE color: 3098979.

HSL color Cylindrical-coordinate representation of color #63492F: hue angle of 30º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63492F is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB997347-
CMYK00.260.530.61
HSL30º35.62%28.63%-
HSV(B)30º52.53%38.82%-
XYZ8.047.623.74-
YUV77.81110.61143.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.21%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 47 (18.75% from 255) = 21.46%
R=45.21%
G=33.33%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99734700.260.530.613035.6228.63
Hex63492F01A353D1e241d
Octal143111570326575364435
Binary110001110010011011110110101101011111011111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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