#634D29

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

Shades of Dallas #634D29

Tints of Dallas #634D29

Color information

#634D29 (or 0x634D29) is unknown color: approx Dallas. HEX triplet: 63, 4D and 29. RGB value is (99,77,41). Sum of RGB (Red+Green+Blue) = 99+77+41=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 41 (16.41% from 255 or 18.89% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #634D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D29 is #9CB2D6. Grayscale: #4F4F4F. Windows color (decimal): -10269399 or 2706787. OLE color: 2706787.

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

Color convert

RGB997741-
CMYK00.220.590.61
HSL37.24º41.43%27.45%-
HSV(B)37.24º58.59%38.82%-
XYZ8.28.123.23-
YUV79.47106.29141.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 77 (30.47% from 255) = 35.48%
BLUE value IS 41 (16.41% from 255) = 18.89%
R=45.62%
G=35.48%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99774100.220.590.6137.2441.4327.45
Hex634D290163B3D25291b
Octal143115510267375455133
Binary1100011100110110100101011011101111110110010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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