#634831

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

Shades of Dallas #634831

Tints of Dallas #634831

Color information

#634831 (or 0x634831) is unknown color: approx Dallas. HEX triplet: 63, 48 and 31. RGB value is (99,72,49). Sum of RGB (Red+Green+Blue) = 99+72+49=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #634831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634831 is #9CB7CE. Grayscale: #4D4D4D. Windows color (decimal): -10270671 or 3229795. OLE color: 3229795.

HSL color Cylindrical-coordinate representation of color #634831: hue angle of 27.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #634831 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB997249-
CMYK00.270.510.61
HSL27.6º33.78%29.02%-
HSV(B)27.6º50.51%38.82%-
XYZ8.027.513.93-
YUV77.45111.95143.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45%
GREEN value IS 72 (28.52% from 255) = 32.73%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=45%
G=32.73%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99724900.270.510.6127.633.7829.02
Hex63483101B333D1c221d
Octal143110610336375344235
Binary110001110010001100010110111100111111011110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634831; }

 p { color: rgb(99,72,49); }

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

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

 a { background-color: rgb(99,72,49); }

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

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

 span { border-color: rgb(99,72,49); }

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