#624D34

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

Shades of Dallas #624D34

Tints of Dallas #624D34

Color information

#624D34 (or 0x624D34) is unknown color: approx Dallas. HEX triplet: 62, 4D and 34. RGB value is (98,77,52). Sum of RGB (Red+Green+Blue) = 98+77+52=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #624D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D34 is #9DB2CB. Grayscale: #505050. Windows color (decimal): -10334924 or 3427682. OLE color: 3427682.

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

Color convert

RGB987752-
CMYK00.210.470.62
HSL32.61º30.67%29.41%-
HSV(B)32.61º46.94%38.43%-
XYZ8.318.154.38-
YUV80.43111.96140.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 77 (30.47% from 255) = 33.92%
BLUE value IS 52 (20.70% from 255) = 22.91%
R=43.17%
G=33.92%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98775200.210.470.6232.6130.6729.41
Hex624D340152F3E211f1d
Octal142115640255776413735
Binary110001010011011101000101011011111111101000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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