#624932

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

Shades of Dallas #624932

Tints of Dallas #624932

Color information

#624932 (or 0x624932) is unknown color: approx Dallas. HEX triplet: 62, 49 and 32. RGB value is (98,73,50). Sum of RGB (Red+Green+Blue) = 98+73+50=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 98 - color contains mainly: red. Hex color #624932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624932 is #9DB6CD. Grayscale: #4D4D4D. Windows color (decimal): -10335950 or 3295586. OLE color: 3295586.

HSL color Cylindrical-coordinate representation of color #624932: hue angle of 28.75º 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 #624932 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB987350-
CMYK00.260.490.62
HSL28.75º32.43%29.02%-
HSV(B)28.75º48.98%38.43%-
XYZ87.594.06-
YUV77.85112.28142.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.34%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=44.34%
G=33.03%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98735000.260.490.6228.7532.4329.02
Hex62493201A313E1d201d
Octal142111620326176354035
Binary110001010010011100100110101100011111101110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624932; }

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

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

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

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

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

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

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

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