#624F32

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

Shades of Dallas #624F32

Tints of Dallas #624F32

Color information

#624F32 (or 0x624F32) is unknown color: approx Dallas. HEX triplet: 62, 4F and 32. RGB value is (98,79,50). Sum of RGB (Red+Green+Blue) = 98+79+50=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #624F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F32 is #9DB0CD. Grayscale: #515151. Windows color (decimal): -10334414 or 3297122. OLE color: 3297122.

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

Color convert

RGB987950-
CMYK00.190.490.62
HSL36.25º32.43%29.02%-
HSV(B)36.25º48.98%38.43%-
XYZ8.418.424.2-
YUV81.38110.29139.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=43.17%
G=34.80%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98795000.190.490.6236.2532.4329.02
Hex624F32013313E24201d
Octal142117620236176444035
Binary1100010100111111001001001111000111111010010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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