#634828

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

Shades of Dallas #634828

Tints of Dallas #634828

Color information

#634828 (or 0x634828) is unknown color: approx Dallas. HEX triplet: 63, 48 and 28. RGB value is (99,72,40). Sum of RGB (Red+Green+Blue) = 99+72+40=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #634828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634828 is #9CB7D7. Grayscale: #4C4C4C. Windows color (decimal): -10270680 or 2639971. OLE color: 2639971.

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

Color convert

RGB997240-
CMYK00.270.600.61
HSL32.54º42.45%27.25%-
HSV(B)32.54º59.6%38.82%-
XYZ7.857.443.03-
YUV76.42107.45144.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=46.92%
G=34.12%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99724000.270.600.6132.5442.4527.25
Hex63482801B3C3D212a1b
Octal143110500337475415233
Binary1100011100100010100001101111110011110110000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634828; }

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

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

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

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

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

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

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

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