#634A32

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

Shades of Dallas #634A32

Tints of Dallas #634A32

Color information

#634A32 (or 0x634A32) is unknown color: approx Dallas. HEX triplet: 63, 4A and 32. RGB value is (99,74,50). Sum of RGB (Red+Green+Blue) = 99+74+50=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #634A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A32 is #9CB5CD. Grayscale: #4E4E4E. Windows color (decimal): -10270158 or 3295843. OLE color: 3295843.

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

Color convert

RGB997450-
CMYK00.250.490.61
HSL29.39º32.89%29.22%-
HSV(B)29.39º49.49%38.82%-
XYZ8.177.784.09-
YUV78.74111.78142.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.39%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=44.39%
G=33.18%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99745000.250.490.6129.3932.8929.22
Hex634A32019313D1d211d
Octal143112620316175354135
Binary110001110010101100100110011100011111011110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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