#604933

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

Shades of Dallas #604933

Tints of Dallas #604933

Color information

#604933 (or 0x604933) is unknown color: approx Dallas. HEX triplet: 60, 49 and 33. RGB value is (96,73,51). Sum of RGB (Red+Green+Blue) = 96+73+51=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #604933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604933 is #9FB6CC. Grayscale: #4D4D4D. Windows color (decimal): -10467021 or 3361120. OLE color: 3361120.

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

Color convert

RGB967351-
CMYK00.240.470.62
HSL29.33º30.61%28.82%-
HSV(B)29.33º46.88%37.65%-
XYZ7.87.494.17-
YUV77.37113.12141.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.64%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 51 (20.31% from 255) = 23.18%
R=43.64%
G=33.18%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96735100.240.470.6229.3330.6128.82
Hex6049330182F3E1d1f1d
Octal140111630305776353735
Binary11000001001001110011011000101111111110111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604933; }

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

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

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

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

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

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

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

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