#604A33

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

Shades of Dallas #604A33

Tints of Dallas #604A33

Color information

#604A33 (or 0x604A33) is unknown color: approx Dallas. HEX triplet: 60, 4A and 33. RGB value is (96,74,51). Sum of RGB (Red+Green+Blue) = 96+74+51=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 51 (20.31% from 255 or 23.08% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #604A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A33 is #9FB5CC. Grayscale: #4E4E4E. Windows color (decimal): -10466765 or 3361376. OLE color: 3361376.

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

Color convert

RGB967451-
CMYK00.230.470.62
HSL30.67º30.61%28.82%-
HSV(B)30.67º46.88%37.65%-
XYZ7.877.624.19-
YUV77.96112.79140.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 74 (29.30% from 255) = 33.48%
BLUE value IS 51 (20.31% from 255) = 23.08%
R=43.44%
G=33.48%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96745100.230.470.6230.6730.6128.82
Hex604A330172F3E1f1f1d
Octal140112630275776373735
Binary11000001001010110011010111101111111110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604A33; }

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

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

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

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

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

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

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

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