#634A29

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

Shades of Dallas #634A29

Tints of Dallas #634A29

Color information

#634A29 (or 0x634A29) is unknown color: approx Dallas. HEX triplet: 63, 4A and 29. RGB value is (99,74,41). Sum of RGB (Red+Green+Blue) = 99+74+41=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #634A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A29 is #9CB5D6. Grayscale: #4D4D4D. Windows color (decimal): -10270167 or 2706019. OLE color: 2706019.

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

Color convert

RGB997441-
CMYK00.250.590.61
HSL34.14º41.43%27.45%-
HSV(B)34.14º58.59%38.82%-
XYZ7.997.713.16-
YUV77.71107.28143.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 41 (16.41% from 255) = 19.16%
R=46.26%
G=34.58%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99744100.250.590.6134.1441.4327.45
Hex634A290193B3D22291b
Octal143112510317375425133
Binary1100011100101010100101100111101111110110001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634A29; }

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

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

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

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

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

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

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

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