#634929

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

Shades of Dallas #634929

Tints of Dallas #634929

Color information

#634929 (or 0x634929) is unknown color: approx Dallas. HEX triplet: 63, 49 and 29. RGB value is (99,73,41). Sum of RGB (Red+Green+Blue) = 99+73+41=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #634929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634929 is #9CB6D6. Grayscale: #4D4D4D. Windows color (decimal): -10270423 or 2705763. OLE color: 2705763.

HSL color Cylindrical-coordinate representation of color #634929: hue angle of 33.1º 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 #634929 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB997341-
CMYK00.260.590.61
HSL33.1º41.43%27.45%-
HSV(B)33.1º58.59%38.82%-
XYZ7.937.583.14-
YUV77.13107.61143.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 41 (16.41% from 255) = 19.25%
R=46.48%
G=34.27%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99734100.260.590.6133.141.4327.45
Hex63492901A3B3D21291b
Octal143111510327375415133
Binary1100011100100110100101101011101111110110000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634929; }

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

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

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

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

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

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

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

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