#624729

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

Shades of Dallas #624729

Tints of Dallas #624729

Color information

#624729 (or 0x624729) is unknown color: approx Dallas. HEX triplet: 62, 47 and 29. RGB value is (98,71,41). Sum of RGB (Red+Green+Blue) = 98+71+41=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #624729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624729 is #9DB8D6. Grayscale: #4B4B4B. Windows color (decimal): -10336471 or 2705250. OLE color: 2705250.

HSL color Cylindrical-coordinate representation of color #624729: hue angle of 31.58º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #624729 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB987141-
CMYK00.280.580.62
HSL31.58º41.01%27.25%-
HSV(B)31.58º58.16%38.43%-
XYZ7.697.263.09-
YUV75.65108.45143.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 41 (16.41% from 255) = 19.52%
R=46.67%
G=33.81%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98714100.280.580.6231.5841.0127.25
Hex62472901C3A3E20291b
Octal142107510347276405133
Binary1100010100011110100101110011101011111010000010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624729; }

 p { color: rgb(98,71,41); }

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

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

 a { background-color: rgb(98,71,41); }

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

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

 span { border-color: rgb(98,71,41); }

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