#624D28

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

Shades of Dallas #624D28

Tints of Dallas #624D28

Color information

#624D28 (or 0x624D28) is unknown color: approx Dallas. HEX triplet: 62, 4D and 28. RGB value is (98,77,40). Sum of RGB (Red+Green+Blue) = 98+77+40=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #624D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D28 is #9DB2D7. Grayscale: #4F4F4F. Windows color (decimal): -10334936 or 2641250. OLE color: 2641250.

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

Color convert

RGB987740-
CMYK00.210.590.62
HSL38.28º42.03%27.06%-
HSV(B)38.28º59.18%38.43%-
XYZ8.078.063.14-
YUV79.06105.96141.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=45.58%
G=35.81%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98774000.210.590.6238.2842.0327.06
Hex624D280153B3E262a1b
Octal142115500257376465233
Binary1100010100110110100001010111101111111010011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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