#624F38

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

Shades of Dallas #624F38

Tints of Dallas #624F38

Color information

#624F38 (or 0x624F38) is unknown color: approx Dallas. HEX triplet: 62, 4F and 38. RGB value is (98,79,56). Sum of RGB (Red+Green+Blue) = 98+79+56=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 98 - color contains mainly: red. Hex color #624F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F38 is #9DB0C7. Grayscale: #525252. Windows color (decimal): -10334408 or 3690338. OLE color: 3690338.

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

Color convert

RGB987956-
CMYK00.190.430.62
HSL32.86º27.27%30.2%-
HSV(B)32.86º42.86%38.43%-
XYZ8.558.474.93-
YUV82.06113.29139.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.06%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=42.06%
G=33.91%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98795600.190.430.6232.8627.2730.2
Hex624F380132B3E211b1e
Octal142117700235376413336
Binary110001010011111110000100111010111111101000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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