#634A2C

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

Shades of Dallas #634A2C

Tints of Dallas #634A2C

Color information

#634A2C (or 0x634A2C) is unknown color: approx Dallas. HEX triplet: 63, 4A and 2C. RGB value is (99,74,44). Sum of RGB (Red+Green+Blue) = 99+74+44=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #634A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A2C is #9CB5D3. Grayscale: #4E4E4E. Windows color (decimal): -10270164 or 2902627. OLE color: 2902627.

HSL color Cylindrical-coordinate representation of color #634A2C: hue angle of 32.73º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #634A2C is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB997444-
CMYK00.250.560.61
HSL32.73º38.46%28.04%-
HSV(B)32.73º55.56%38.82%-
XYZ8.057.733.45-
YUV78.05108.78142.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=45.62%
G=34.10%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99744400.250.560.6132.7338.4628.04
Hex634A2C019383D21261c
Octal143112540317075414634
Binary1100011100101010110001100111100011110110000110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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