#604833

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

Shades of Dallas #604833

Tints of Dallas #604833

Color information

#604833 (or 0x604833) is unknown color: approx Dallas. HEX triplet: 60, 48 and 33. RGB value is (96,72,51). Sum of RGB (Red+Green+Blue) = 96+72+51=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #604833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604833 is #9FB7CC. Grayscale: #4C4C4C. Windows color (decimal): -10467277 or 3360864. OLE color: 3360864.

HSL color Cylindrical-coordinate representation of color #604833: hue angle of 28º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #604833 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB967251-
CMYK00.250.470.62
HSL28º30.61%28.82%-
HSV(B)28º46.88%37.65%-
XYZ7.747.364.14-
YUV76.78113.45141.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.84%
GREEN value IS 72 (28.52% from 255) = 32.88%
BLUE value IS 51 (20.31% from 255) = 23.29%
R=43.84%
G=32.88%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96725100.250.470.622830.6128.82
Hex6048330192F3E1c1f1d
Octal140110630315776343735
Binary11000001001000110011011001101111111110111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604833; }

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

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

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

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

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

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

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

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