#624828

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

Shades of Dallas #624828

Tints of Dallas #624828

Color information

#624828 (or 0x624828) is unknown color: approx Dallas. HEX triplet: 62, 48 and 28. RGB value is (98,72,40). Sum of RGB (Red+Green+Blue) = 98+72+40=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #624828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624828 is #9DB7D7. Grayscale: #4C4C4C. Windows color (decimal): -10336216 or 2639970. OLE color: 2639970.

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

Color convert

RGB987240-
CMYK00.270.590.62
HSL33.1º42.03%27.06%-
HSV(B)33.1º59.18%38.43%-
XYZ7.747.383.03-
YUV76.13107.61143.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=46.67%
G=34.29%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98724000.270.590.6233.142.0327.06
Hex62482801B3B3E212a1b
Octal142110500337376415233
Binary1100010100100010100001101111101111111010000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624828; }

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

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

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

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

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

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

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

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