#624C2D

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

Shades of Dallas #624C2D

Tints of Dallas #624C2D

Color information

#624C2D (or 0x624C2D) is unknown color: approx Dallas. HEX triplet: 62, 4C and 2D. RGB value is (98,76,45). Sum of RGB (Red+Green+Blue) = 98+76+45=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 98 - color contains mainly: red. Hex color #624C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C2D is #9DB3D2. Grayscale: #4F4F4F. Windows color (decimal): -10335187 or 2968674. OLE color: 2968674.

HSL color Cylindrical-coordinate representation of color #624C2D: hue angle of 35.09º 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 #624C2D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB987645-
CMYK00.220.540.62
HSL35.09º37.06%28.04%-
HSV(B)35.09º54.08%38.43%-
XYZ8.17.963.59-
YUV79.04108.79141.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=44.75%
G=34.70%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98764500.220.540.6235.0937.0628.04
Hex624C2D016363E23251c
Octal142114550266676434534
Binary1100010100110010110101011011011011111010001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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