#604731

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

Shades of Dallas #604731

Tints of Dallas #604731

Color information

#604731 (or 0x604731) is unknown color: approx Dallas. HEX triplet: 60, 47 and 31. RGB value is (96,71,49). Sum of RGB (Red+Green+Blue) = 96+71+49=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #604731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604731 is #9FB8CE. Grayscale: #4C4C4C. Windows color (decimal): -10467535 or 3229536. OLE color: 3229536.

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

Color convert

RGB967149-
CMYK00.260.490.62
HSL28.09º32.41%28.43%-
HSV(B)28.09º48.96%37.65%-
XYZ7.637.223.9-
YUV75.97112.78142.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=44.44%
G=32.87%
B=22.69%

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
Decimal96714900.260.490.6228.0932.4128.43
Hex60473101A313E1c201c
Octal140107610326176344034
Binary110000010001111100010110101100011111101110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604731; }

 p { color: rgb(96,71,49); }

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

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

 a { background-color: rgb(96,71,49); }

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

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

 span { border-color: rgb(96,71,49); }

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