#624D38

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

Shades of Dallas #624D38

Tints of Dallas #624D38

Color information

#624D38 (or 0x624D38) is unknown color: approx Dallas. HEX triplet: 62, 4D and 38. RGB value is (98,77,56). Sum of RGB (Red+Green+Blue) = 98+77+56=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 98 - color contains mainly: red. Hex color #624D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D38 is #9DB2C7. Grayscale: #505050. Windows color (decimal): -10334920 or 3689826. OLE color: 3689826.

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

Color convert

RGB987756-
CMYK00.210.430.62
HSL30º27.27%30.2%-
HSV(B)30º42.86%38.43%-
XYZ8.48.194.88-
YUV80.89113.96140.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.42%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=42.42%
G=33.33%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98775600.210.430.623027.2730.2
Hex624D380152B3E1e1b1e
Octal142115700255376363336
Binary11000101001101111000010101101011111110111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624D38; }

 p { color: rgb(98,77,56); }

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

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

 a { background-color: rgb(98,77,56); }

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

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

 span { border-color: rgb(98,77,56); }

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