#604C33

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

Shades of Dallas #604C33

Tints of Dallas #604C33

Color information

#604C33 (or 0x604C33) is unknown color: approx Dallas. HEX triplet: 60, 4C and 33. RGB value is (96,76,51). Sum of RGB (Red+Green+Blue) = 96+76+51=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 51 (20.31% from 255 or 22.87% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #604C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C33 is #9FB3CC. Grayscale: #4F4F4F. Windows color (decimal): -10466253 or 3361888. OLE color: 3361888.

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

Color convert

RGB967651-
CMYK00.210.470.62
HSL33.33º30.61%28.82%-
HSV(B)33.33º46.88%37.65%-
XYZ8.017.894.23-
YUV79.13112.13140.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 76 (30.08% from 255) = 34.08%
BLUE value IS 51 (20.31% from 255) = 22.87%
R=43.05%
G=34.08%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96765100.210.470.6233.3330.6128.82
Hex604C330152F3E211f1d
Octal140114630255776413735
Binary110000010011001100110101011011111111101000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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