#624727

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

Shades of Dallas #624727

Tints of Dallas #624727

Color information

#624727 (or 0x624727) is unknown color: approx Dallas. HEX triplet: 62, 47 and 27. RGB value is (98,71,39). Sum of RGB (Red+Green+Blue) = 98+71+39=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #624727 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624727 is #9DB8D8. Grayscale: #4B4B4B. Windows color (decimal): -10336473 or 2574178. OLE color: 2574178.

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

Color convert

RGB987139-
CMYK00.280.600.62
HSL32.54º43.07%26.86%-
HSV(B)32.54º60.2%38.43%-
XYZ7.667.252.92-
YUV75.42107.45144.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.12%
GREEN value IS 71 (28.12% from 255) = 34.13%
BLUE value IS 39 (15.62% from 255) = 18.75%
R=47.12%
G=34.13%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98713900.280.600.6232.5443.0726.86
Hex62472701C3C3E212b1b
Octal142107470347476415333
Binary1100010100011110011101110011110011111010000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624727; }

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

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

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

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

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

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

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

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