#634829

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

Shades of Dallas #634829

Tints of Dallas #634829

Color information

#634829 (or 0x634829) is unknown color: approx Dallas. HEX triplet: 63, 48 and 29. RGB value is (99,72,41). Sum of RGB (Red+Green+Blue) = 99+72+41=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #634829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634829 is #9CB7D6. Grayscale: #4C4C4C. Windows color (decimal): -10270679 or 2705507. OLE color: 2705507.

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

Color convert

RGB997241-
CMYK00.270.590.61
HSL32.07º41.43%27.45%-
HSV(B)32.07º58.59%38.82%-
XYZ7.867.453.12-
YUV76.54107.95144.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 41 (16.41% from 255) = 19.34%
R=46.70%
G=33.96%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99724100.270.590.6132.0741.4327.45
Hex63482901B3B3D20291b
Octal143110510337375405133
Binary1100011100100010100101101111101111110110000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634829; }

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

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

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

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

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

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

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

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