#624F37

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

Shades of Dallas #624F37

Tints of Dallas #624F37

Color information

#624F37 (or 0x624F37) is unknown color: approx Dallas. HEX triplet: 62, 4F and 37. RGB value is (98,79,55). Sum of RGB (Red+Green+Blue) = 98+79+55=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 98 - color contains mainly: red. Hex color #624F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F37 is #9DB0C8. Grayscale: #525252. Windows color (decimal): -10334409 or 3624802. OLE color: 3624802.

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

Color convert

RGB987955-
CMYK00.190.440.62
HSL33.49º28.1%30%-
HSV(B)33.49º43.88%38.43%-
XYZ8.528.464.8-
YUV81.94112.79139.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.24%
GREEN value IS 79 (31.25% from 255) = 34.05%
BLUE value IS 55 (21.88% from 255) = 23.71%
R=42.24%
G=34.05%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98795500.190.440.6233.4928.130
Hex624F370132C3E211c1e
Octal142117670235476413436
Binary110001010011111101110100111011001111101000011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,79,55); }

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

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

 a { background-color: rgb(98,79,55); }

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

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

 span { border-color: rgb(98,79,55); }

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