#63482E

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

Shades of Dallas #63482E

Tints of Dallas #63482E

Color information

#63482E (or 0x63482E) is unknown color: approx Dallas. HEX triplet: 63, 48 and 2E. RGB value is (99,72,46). Sum of RGB (Red+Green+Blue) = 99+72+46=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63482E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63482E is #9CB7D1. Grayscale: #4D4D4D. Windows color (decimal): -10270674 or 3033187. OLE color: 3033187.

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

Color convert

RGB997246-
CMYK00.270.540.61
HSL29.43º36.55%28.43%-
HSV(B)29.43º53.54%38.82%-
XYZ7.967.483.61-
YUV77.11110.45143.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=45.62%
G=33.18%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99724600.270.540.6129.4336.5528.43
Hex63482E01B363D1d251c
Octal143110560336675354534
Binary110001110010001011100110111101101111011110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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