#604831

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

Shades of Dallas #604831

Tints of Dallas #604831

Color information

#604831 (or 0x604831) is unknown color: approx Dallas. HEX triplet: 60, 48 and 31. RGB value is (96,72,49). Sum of RGB (Red+Green+Blue) = 96+72+49=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #604831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604831 is #9FB7CE. Grayscale: #4C4C4C. Windows color (decimal): -10467279 or 3229792. OLE color: 3229792.

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

Color convert

RGB967249-
CMYK00.250.490.62
HSL29.36º32.41%28.43%-
HSV(B)29.36º48.96%37.65%-
XYZ7.77.343.92-
YUV76.55112.45141.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 49 (19.53% from 255) = 22.58%
R=44.24%
G=33.18%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96724900.250.490.6229.3632.4128.43
Hex604831019313E1d201c
Octal140110610316176354034
Binary110000010010001100010110011100011111101110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604831; }

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

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

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

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

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

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

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

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