#63482C

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

Shades of Dallas #63482C

Tints of Dallas #63482C

Color information

#63482C (or 0x63482C) is unknown color: approx Dallas. HEX triplet: 63, 48 and 2C. RGB value is (99,72,44). Sum of RGB (Red+Green+Blue) = 99+72+44=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #63482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63482C is #9CB7D3. Grayscale: #4D4D4D. Windows color (decimal): -10270676 or 2902115. OLE color: 2902115.

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

Color convert

RGB997244-
CMYK00.270.560.61
HSL30.55º38.46%28.04%-
HSV(B)30.55º55.56%38.82%-
XYZ7.927.473.41-
YUV76.88109.45143.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 72 (28.52% from 255) = 33.49%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=46.05%
G=33.49%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99724400.270.560.6130.5538.4628.04
Hex63482C01B383D1f261c
Octal143110540337075374634
Binary110001110010001011000110111110001111011111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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