#63482B

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

Shades of Dallas #63482B

Tints of Dallas #63482B

Color information

#63482B (or 0x63482B) is unknown color: approx Dallas. HEX triplet: 63, 48 and 2B. RGB value is (99,72,43). Sum of RGB (Red+Green+Blue) = 99+72+43=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63482B is #9CB7D4. Grayscale: #4C4C4C. Windows color (decimal): -10270677 or 2836579. OLE color: 2836579.

HSL color Cylindrical-coordinate representation of color #63482B: hue angle of 31.07º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63482B is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB997243-
CMYK00.270.570.61
HSL31.07º39.44%27.84%-
HSV(B)31.07º56.57%38.82%-
XYZ7.97.463.31-
YUV76.77108.95143.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=46.26%
G=33.64%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99724300.270.570.6131.0739.4427.84
Hex63482B01B393D1f271c
Octal143110530337175374734
Binary110001110010001010110110111110011111011111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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