#63492E

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

Shades of Dallas #63492E

Tints of Dallas #63492E

Color information

#63492E (or 0x63492E) is unknown color: approx Dallas. HEX triplet: 63, 49 and 2E. RGB value is (99,73,46). Sum of RGB (Red+Green+Blue) = 99+73+46=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #63492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63492E is #9CB6D1. Grayscale: #4D4D4D. Windows color (decimal): -10270418 or 3033443. OLE color: 3033443.

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

Color convert

RGB997346-
CMYK00.260.540.61
HSL30.57º36.55%28.43%-
HSV(B)30.57º53.54%38.82%-
XYZ8.027.613.63-
YUV77.7110.11143.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 46 (18.36% from 255) = 21.10%
R=45.41%
G=33.49%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99734600.260.540.6130.5736.5528.43
Hex63492E01A363D1f251c
Octal143111560326675374534
Binary110001110010011011100110101101101111011111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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