#634629

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

Shades of Dallas #634629

Tints of Dallas #634629

Color information

#634629 (or 0x634629) is unknown color: approx Dallas. HEX triplet: 63, 46 and 29. RGB value is (99,70,41). Sum of RGB (Red+Green+Blue) = 99+70+41=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #634629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634629 is #9CB9D6. Grayscale: #4B4B4B. Windows color (decimal): -10271191 or 2704995. OLE color: 2704995.

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

Color convert

RGB997041-
CMYK00.290.590.61
HSL30º41.43%27.45%-
HSV(B)30º58.59%38.82%-
XYZ7.747.193.08-
YUV75.37108.61144.86-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 19.52%
R=47.14%
G=33.33%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99704100.290.590.613041.4327.45
Hex63462901D3B3D1e291b
Octal143106510357375365133
Binary110001110001101010010111011110111111011111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634629; }

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

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

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

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

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

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

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

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