#634D32

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

Shades of Dallas #634D32

Tints of Dallas #634D32

Color information

#634D32 (or 0x634D32) is unknown color: approx Dallas. HEX triplet: 63, 4D and 32. RGB value is (99,77,50). Sum of RGB (Red+Green+Blue) = 99+77+50=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #634D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D32 is #9CB2CD. Grayscale: #505050. Windows color (decimal): -10269390 or 3296611. OLE color: 3296611.

HSL color Cylindrical-coordinate representation of color #634D32: hue angle of 33.06º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #634D32 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB997750-
CMYK00.220.490.61
HSL33.06º32.89%29.22%-
HSV(B)33.06º49.49%38.82%-
XYZ8.388.194.16-
YUV80.5110.79141.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=43.81%
G=34.07%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99775000.220.490.6133.0632.8929.22
Hex634D32016313D21211d
Octal143115620266175414135
Binary1100011100110111001001011011000111110110000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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