#624A2D

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

Shades of Dallas #624A2D

Tints of Dallas #624A2D

Color information

#624A2D (or 0x624A2D) is unknown color: approx Dallas. HEX triplet: 62, 4A and 2D. RGB value is (98,74,45). Sum of RGB (Red+Green+Blue) = 98+74+45=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #624A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624A2D is #9DB5D2. Grayscale: #4E4E4E. Windows color (decimal): -10335699 or 2968162. OLE color: 2968162.

HSL color Cylindrical-coordinate representation of color #624A2D: hue angle of 32.83º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #624A2D is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB987445-
CMYK00.240.540.62
HSL32.83º37.06%28.04%-
HSV(B)32.83º54.08%38.43%-
XYZ7.967.683.55-
YUV77.87109.45142.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 45 (17.97% from 255) = 20.74%
R=45.16%
G=34.10%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98744500.240.540.6232.8337.0628.04
Hex624A2D018363E21251c
Octal142112550306676414534
Binary1100010100101010110101100011011011111010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,74,45); }

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

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

 a { background-color: rgb(98,74,45); }

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

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

 span { border-color: rgb(98,74,45); }

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