#624831

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

Shades of Dallas #624831

Tints of Dallas #624831

Color information

#624831 (or 0x624831) is unknown color: approx Dallas. HEX triplet: 62, 48 and 31. RGB value is (98,72,49). Sum of RGB (Red+Green+Blue) = 98+72+49=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 98 - color contains mainly: red. Hex color #624831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624831 is #9DB7CE. Grayscale: #4D4D4D. Windows color (decimal): -10336207 or 3229794. OLE color: 3229794.

HSL color Cylindrical-coordinate representation of color #624831: hue angle of 28.16º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #624831 is Cyan = 0, Magento = 0.27, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB987249-
CMYK00.270.50.62
HSL28.16º33.33%28.82%-
HSV(B)28.16º50%38.43%-
XYZ7.917.453.93-
YUV77.15112.11142.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 49 (19.53% from 255) = 22.37%
R=44.75%
G=32.88%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98724900.270.50.6228.1633.3328.82
Hex62483101B323E1c211d
Octal142110610336276344135
Binary110001010010001100010110111100101111101110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624831; }

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

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

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

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

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

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

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

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